Update a subscription pause
Update a subscription pause (upcoming or active).
For upcoming pauses (not yet started):
- Can update
paused_at,scheduled_resume_at, andpause_reason
For active pauses (already started):
- Can only update
scheduled_resume_atandpause_reason - Cannot change
paused_atsince the pause has already started
If scheduled_resume_at is updated, the subscription end date will be adjusted accordingly.
Documentation Index
Fetch the complete documentation index at: https://docs.salesbricks.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
API key for authentication
Path Parameters
^([a-zA-Z\d\-]+)$Body
Input serializer for updating a subscription pause (upcoming or active).
For upcoming pauses: Can update paused_at, scheduled_resume_at, pause_reason For active pauses: Can only update scheduled_resume_at, pause_reason
Response
Output serializer for pause subscription response.
ID of the subscription.
ID of the pause record.
When the pause started.
When the subscription is scheduled to automatically resume (set at pause time).
When the subscription was actually resumed (null if still paused).
Number of days the subscription end date was extended.
Whether the pause is currently active.