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

Format - int32. The id of the contract

Query
commentsstring or null

Comments to be added to the file

parentFileIdinteger or null(int32)

Format - int32. Creates a new version for the specified parent file id

folderIdinteger or null(int32)

Format - int32. The id of the folder to upload the file within

conflictResolutionstring or null

Defines behaviour for when a file conflict is found

Options:

  • Replace
  • KeepBoth
  • SaveVersion
  • Skip

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

Responses

The id of the created file

Body
integer(int32)
Response
null

Contracts

Operations

ContractTemplates

Operations

ContractStatusMessage

Operations

ContractUser

Operations

ContractKeyDate

Operations