Skip to main content
PUT
Update Contract

Authorizations

Authorization
string
header
required

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

Path Parameters

company_id
number
required

Unique identifier for a company.

Body

application/json
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

payment_method
object

Payment Method

rates
object[]

Optional rates associated to a contract

internal_notes
string
revision_notes
string

Response

Return created contract with rates

createdContract
object
required
createdRates
object[]