Create contract
Authentication
Authorizationstring
API Key authentication via header
Request
This endpoint expects an object.
name
Name of the Contract
customerId
customer identifier(UUID)
externalId
External identification details, only used for Netsuite Sales Orders
closeDate
Close date of the contract
shouldProcessDeprecated
Deprecated: has no effect. Use shouldProcess query param on the file upload endpoint instead.
Response
Created contract
id
Unique identifier for the contract
fileName
Name of the contract file
name
Display name of the contract
status
Current status of the contract
customerId
Identifier of the customer associated with this contract
documentClassifications
Stored document classifications of the contract file. Null when no classification data is available; currently only fetching a contract by ID returns classification data.
customerName
Name of the customer associated with this contract
createdAt
Timestamp when the contract was created
closeDate
Close date of the contract
lastUpdatedAt
Timestamp when the contract was last updated
deletedAt
Timestamp when the contract was deleted. Null for live contracts; populated on the deleted-contracts endpoint.
externalIds
External IDs and external source types of the contract
source
The source of the contract
jobId
The workflow job ID for the contract processing
Errors
400
Bad Request Error
500
Internal Server Error

