Create contract

View as Markdown

Authentication

Authorizationstring
API Key authentication via header

Request

This endpoint expects an object.
namestringRequired
Name of the Contract
customerIdstringRequired

customer identifier(UUID)

externalIdobjectOptional
External identification details, only used for Netsuite Sales Orders
closeDatestringOptional
Close date of the contract
shouldProcessbooleanOptionalDefaults to falseDeprecated

Deprecated: has no effect. Use shouldProcess query param on the file upload endpoint instead.

Response

Created contract
payloadobject
Response payload, will be empty when success is false
successboolean

Boolean with true=success, false=failure

messagestring

Plain-text description of the result

errorobjectOptional
json element with any error messages or warnings

Errors

400
Bad Request Error
500
Internal Server Error