ContractPausedPeriods
Create ContractPausedPeriod
Create a new ContractPausedPeriod record.
POST
Create ContractPausedPeriod
A ContractPausedPeriod represents a freeze period applied to a customer’s plan contract (Documentation Index
Fetch the complete documentation index at: https://learn.nexudus.com/llms.txt
Use this file to discover all available pages before exploring further.
CoworkerContract). Plan freezing lets admins — and optionally customers — suspend a contract for one or more billing cycles without cancelling it.
Freeze dates are always aligned to billing cycle boundaries: PauseFrom is always the first day of the customer’s next billing cycle, and PauseUntil is always the first day of the billing cycle when the plan is due to restart.
While a contract is frozen:
- No charges are generated for the contract for the duration of the freeze.
- The customer’s status reverts to Contact if they have no other active contract.
- No member rates or benefits from the frozen contract apply during the freeze.
- Invoices are still generated on the usual billing day for any purchases (bookings, products) linked to the contract.
AllowContractFreezing setting on the plan (Tariff).
Authentication
This endpoint requires OAuth2 authentication. Include a valid bearer token in the
Authorization header.
The authenticated user must be a full unrestricted administrator or have the ContractPausedPeriod-Create role.Request Body
Required Fields
ID of the customer contract being frozen.
UTC date when the freeze starts. Always falls on the first day of a billing cycle.
UTC date when the freeze ends. Always falls on the first day of the billing cycle when the plan is due to restart.
Optional Fields
Optional notes or reason for this freeze period.
Location-timezone equivalent of PauseFrom.
Location-timezone equivalent of PauseUntil.
Code Examples
Response
200
HTTP status code.
200 on success.A human-readable message confirming the creation.
Contains the
Id of the newly created record.true if the contractpausedperiod was created successfully.null on success.Example Response
400
A summary of the validation error(s), in the format
PropertyName: error message.null on validation failure.Array of validation errors.
false when the request fails validation.Example Response
Create ContractPausedPeriod