Reactivates a subscription with a specified ID.
Reactivation resource.
Reactivation created. The order is now active.
If the order had a related cancellation with a status
of confirmed
, it is revoked.
Location | string <uri> Location of the related resource. Example: "https://api.rebilly.com/example" |
Unauthorized access. Invalid credentials used.
Access forbidden.
Invalid data sent.
{- "subscriptionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "description": "string",
- "effectiveTime": "2019-08-24T14:15:22Z",
- "renewalTime": "2019-08-24T14:15:22Z"
}
{- "id": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "subscriptionId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "cancellationId": "4f6cf35x-2c4y-483z-a0a9-158621f77a21",
- "description": "string",
- "effectiveTime": "2019-08-24T14:15:22Z",
- "renewalTime": "2019-08-24T14:15:22Z",
- "createdTime": "2019-08-24T14:15:22Z",
- "updatedTime": "2019-08-24T14:15:22Z",
- "_links": [
- {
- "href": "string",
- "rel": "self"
}
]
}