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
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
400
Bad Request Error
500
Internal Server Error

