Update

PUT

Path parameters

contractIdstringRequired

Contract ID

Request

This endpoint expects an object.
summarystringOptional

Natural language summary of the contract

recurrenceslist of objectsOptional

Recurrences defining the contract’s fee schedule. Please note that setting this will overwrite all existing recurrences.

creatorEntityIdstringOptional

ID of the entity that created the contract

payerIdstringOptional

ID of the payer entity for this contract

vendorIdstringOptional

ID of the vendor entity for this contract

Response

This endpoint returns an object.
idstring
summarystring

Natural language summary of the contract

recurrenceslist of objects

Recurrences defining the contract’s fee schedule

creatorEntityIdstring

The ID of the entity who created this contract

createdAtdatetime
updatedAtdatetime
nextInvoiceDatedateOptional

Date of the next invoice to be created from the contract

payerIdstringOptional

The ID of the payer entity for this contract

payerobjectOptional

The payer entity for this contract

vendorIdstringOptional

The ID of the vendor entity for this contract

vendorobjectOptional

The vendor entity for this contract

Built with