v1

latestOpenAPI 3.0.12026-07-26152262362.2 KB
Contracts

Activate contract

Transitions a draft contract to active or scheduled (when the start date is in the future). Produces the same system state as activating via the Console.

post/customers/{customerID}/contracts/{contractID}/activate

Path parameters

customerIDstring required
contractIDstring required

Response

OK - Contract activated or scheduled.

contractIdstring

The contract identifier.

status'active' | 'scheduled' | 'cancelled'

The contract status after the operation (active, scheduled, or cancelled).