ContractPausedPeriods
Get one ContractPausedPeriod
Retrieve a single ContractPausedPeriod record by its Id.
GET
Get one 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-Read role.Path Parameters
The Id of the ContractPausedPeriod record to retrieve.
Code Examples
Response
200
ID of the customer contract being frozen.
Quantity set on the frozen contract.
Comma-separated IDs of the floor plan desks assigned to the frozen contract.
Comma-separated names of the floor plan desks assigned to the frozen contract.
Name of the pricing plan (tariff) the frozen contract is for.
ID of the customer holding the frozen contract.
Full name of the customer holding the frozen contract.
Billing name of the customer holding the frozen contract.
Optional notes or reason for this freeze period.
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.
Location-timezone equivalent of PauseFrom.
Location-timezone equivalent of PauseUntil.
Unique record identifier.
UUID of the record.
Date and time the record was created (ISO 8601).
Date and time the record was last updated (ISO 8601).
Email of the user who last updated this record.
Whether the record was recently created.
External system identifier.
Example Response
Get one ContractPausedPeriod