Create contract

POST
/v1/contracts/
Create a contract for an integration.

Request

This endpoint expects an object.
integration_idstringRequired
vendor_idstringOptional
The Propexo unique identifier for the vendor
start_datedatetime or stringOptional
The start date associated with the contract
end_datedatetime or stringOptional
The end date associated with the contract
x_idstringOptional
The external ID from the integration vendor. This must be a unique value when creating a new contract.
notesstringOptional
Notes associated with the contract
expense_typestringOptional
The expense type of the contract. You'll have to request this data from your customer
retention_percentstringOptional
contract_detailslist of objectsOptional

Response

This endpoint returns an object.
job_idstring
The ID of the job created to handle this operation
dataobject

Errors