Skip to main content
POST
Create contract

Authorizations

Authorization
string
header
required

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

Body

application/json
company_id
number
required

Company Id of a contract

payment_method
object

Payment Method

rates
object[]

Optional rates associated to a contract

start
string<date-time>

Start date of a contract. If not specified it will be set to now

end
string<date-time>

Optional end date of a contract

internal_notes
string

Internal notes related to a contract

revision_notes
string

Internal notes related to specific contract revision

Response

Return created contract with rates

createdContract
object
required
createdRates
object[]