Contracts
Resume Contract
PUT
Resume 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.
Resume Contract
Resumes a previously paused plan contract. Supports two modes: immediate resumption (effective today) or resumption at the natural end of the current pause period.Authentication
This endpoint requires an authenticated customer session.Path Parameters
The unique identifier of the contract to resume.
Query Parameters
When
true, the contract is resumed immediately. When false, the contract will resume at the end of its current scheduled pause period.Request Body
No request body is required.Response
A successful response returns an empty body or a generic confirmation. No typed response object is defined for this endpoint.Usage in Portal
Called when the customer clicks the resume button in the My Plans section.- File:
src/views/user/plans/useMyPlansData.ts
Typical integration pattern
Related Endpoints
GET /api/public/billing/coworkerContracts/{contractId}– Get contract details including pause stateGET /api/public/billing/coworkerContracts/{contractId}/pause/meta– Get pause eligibility metadataPUT /api/public/billing/coworkerContracts/v2/{contractId}/pause– Pause a contract
Error Responses
The contract is not currently paused or cannot be resumed. The response body contains an error code.
The current user is not authenticated or does not have access to this contract.
Contract with the specified ID does not exist.
Resume Contract