Skip to main content
POST
Amend a contract

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json

Amend a contract

customer_id
string<uuid>
required

ID of the customer whose contract is to be amended

contract_id
string<uuid>
required

ID of the contract to amend

starting_at
string<date-time>
required

inclusive start time for the amendment

commits
object[]
credits
object[]
overrides
object[]
scheduled_charges
object[]
custom_fields
object

Custom fields to be added eg. { "key1": "value1", "key2": "value2" }

Response

Success

data
object
required