LawVu Contracts (1.0)

Apis for contract resources

Languages
Servers
Sandbox API
https://api-sandbox.lawvu.com/contract-apis/
Production API
https://api.lawvu.com/contract-apis/

ContractFiles

Operations

Upload file

Request

Add or update a file in a contract.

The body of the request must be content-type 'multipart/form-data' and contain the file data.

To update the contract document: Only specify the 'parentFileId' parameter. The 'folderId' and 'conflictResolution' parameters should not be used for these updates

Path
contractIdinteger(int32)required

The id of the contract

Query
commentsstring

Comments to be added to the file

parentFileIdinteger(int32)

Creates a new version for the specified parent file id

folderIdinteger(int32)

The id of the folder to upload the file within

conflictResolutionstring

Defines behaviour for when a file conflict is found

Options:

  • Replace
  • KeepBoth
  • SaveVersion
  • Skip

Enum"Replace""KeepBoth""SaveVersion""Skip"
Bodymultipart/form-data
filestring(binary)
multipart/form-data
{
  "file": "string"
}

Responses

The id of the created file

Body
integer(int32)
Response
No response example

ContractKeyDate

Operations

Contracts

Operations

ContractStatusMessage

Operations

ContractTemplates

Operations

ContractUser

Operations