PUT
/
contracts
/
{contractId}

Authorizations

Authorization
string
header
required

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

Path Parameters

contractId
string
required

Body

application/json
customerId
string

The id of the customer that the contract is associated with

endDate
string

The end date of the contract

planId
string

The id of the plan that the contract is associated with

startDate
string

The start date of the contract

Response

200 - application/json
contract
object
required