Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
Update the end date of a contract
ID of the customer whose contract is to be updated
ID of the contract to update
RFC 3339 timestamp indicating when the contract will end (exclusive). If not provided, the contract will be updated to be open-ended.
If true, allows setting the contract end date earlier than the end_timestamp of existing finalized invoices. Finalized invoices will be unchanged; if you want to incorporate the new end date, you can void and regenerate finalized usage invoices. Defaults to true.
Response
Success