Billing
billing

Create Customer Contract Developer

Create a new billing contract for a customer (developer only).

post/billing/developer/contracts/{customer_id}

Path parameters

customer_idstring uuid required

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 2 revisions of this API.