v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Contracts

Update contract

Creates a new version of the contract. The contract type is immutable and cannot be changed by an update.

post/customers/{customerID}/contracts/{contractID}

Path parameters

customerIDstring required
contractIDstring required

Request body

namestring required
startDatestring date-time required
endDatestring date-time nullable
renewalPolicy'auto' | 'manual' | 'fixed' required
invoicesEmailstring email required
contractUpdatesEmailstring email required
billingProfileobject required

The billing profile (name, country, state, city, address, zip).

managementAccountsstring[]
billingRulesobject[]
priceBooksobject[]
customLineItemsobject[]

Response

OK - New contract version created.

contractIdstring
versioninteger
statusstring
messagestring
timestampstring date-time