Pause a subscription.
Pause resource.
Pause was created, the subscription will be paused at the specified time.
Location | string <uri> The location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access, invalid credentials were used.
Access forbidden.
Invalid data was sent.
{- "subscriptionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "pausedBy": "merchant",
- "description": "string",
- "effectiveTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "timeRemaining": "P3600S"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "subscriptionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "status": "pending",
- "pausedBy": "merchant",
- "description": "string",
- "effectiveTime": "2019-08-24T14:15:22Z",
- "endTime": "2019-08-24T14:15:22Z",
- "timeRemaining": "P3600S",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}