Create

POST

Request

This endpoint expects an object.
summarystringRequired

Natural language summary of the contract

recurrenceslist of objectsRequired

Recurrences defining the contract’s fee schedule.

creatorEntityIdstringRequired

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