Terminate billing term

View as Markdown

Terminates a billing term as of the given end date. This is irreversible: once terminated, the billing term can never be edited again (enforced both backend and frontend).

Authentication

Authorizationstring
API Key authentication via header

Path parameters

idstringRequired
Contract Id
billingTermIdstringRequired
Billing Term Id

Request

This endpoint expects an object.
endDatestringRequired
Termination end date

Response

Billing term terminated; invoice regeneration enqueued

idstring
Billing term ID
terminatedAtstring
Timestamp the billing term was terminated

Errors

400
Bad Request Error
404
Not Found Error
500
Internal Server Error