Update contract

PUT
/v1/contracts/:contract_id

Update a contract for an integration.

Path parameters

contract_idstringRequired

The Propexo unique identifier for the contract

Request

This endpoint expects an object.
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

notesstringOptional

Notes associated with the contract

expense_typestringOptional

The expense type of the contract. You’ll have to request this data from your customer, but you can see a set of allowed values by reviewing the response of integration.configuration_meta_data

retention_percentstringOptional

The retention percent of the contract. Must be a decimal number with only 2 places

Response

Successful response

job_idstring

The ID of the job created to handle this operation

dataobject

Errors

Built with