Terminate billing term
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
id
Contract Id
billingTermId
Billing Term Id
Request
This endpoint expects an object.
endDate
Termination end date
Response
Billing term terminated; invoice regeneration enqueued
payload
Response payload, will be empty when success is false
success
Boolean with true=success, false=failure
message
Plain-text description of the result
error
json element with any error messages or warnings
Errors
400
Bad Request Error
404
Not Found Error
500
Internal Server Error

