Billing
billing

Create Or Update Billing Contract

Create or update the billing contract for the customer.

This is managed from the developer portal.

Admin only endpoint.

post/billing/contract

Request body

start_datestring date-time required
number_of_monthsinteger required

Contract length in months

Response

Successful Response

billing_contract_idstring uuid required
customer_idstring uuid required
start_datestring date-time required
number_of_monthsinteger required
created_atstring date-time required
updated_atstring date-time required
end_datestring date-time required
is_activeboolean required

Changes

No recorded changes to this endpoint across all 1 revision of this API.