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 (
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
integer
required
The Id of the ContractPausedPeriod record to retrieve.
Code Examples
Response
200
integer
ID of the customer contract being frozen.
integer
Quantity set on the frozen contract.
string
Comma-separated IDs of the floor plan desks assigned to the frozen contract.
string
Comma-separated names of the floor plan desks assigned to the frozen contract.
string
Name of the pricing plan (tariff) the frozen contract is for.
integer
ID of the customer holding the frozen contract.
string
Full name of the customer holding the frozen contract.
string
Billing name of the customer holding the frozen contract.
string
Optional notes or reason for this freeze period.
string
UTC date when the freeze starts. Always falls on the first day of a billing cycle.
string
UTC date when the freeze ends. Always falls on the first day of the billing cycle when the plan is due to restart.
string
Location-timezone equivalent of PauseFrom.
string
Location-timezone equivalent of PauseUntil.
integer
Unique record identifier.
string
UUID of the record.
string
Date and time the record was created (ISO 8601).
string
Date and time the record was last updated (ISO 8601).
string
Email of the user who last updated this record.
boolean
Whether the record was recently created.
string
External system identifier.
Example Response
Get one ContractPausedPeriod