POST
/
contracts

Authorizations

Authorization
string
header
required

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

Body

application/json
customerId
string
required

The id of the customer that the contract is associated with

planId
string
required

The id of the plan that the contract is associated with

startDate
string
required

The start date of the contract

endDate
string

The end date of the contract

Response

200 - application/json
contract
object
required