Reactivate a subscription.
Reactivation resource.
Reactivation was created, the order is active and won't be. deactivated. If there was a cancellation with status "confirmed", it is revoked.
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",
- "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",
- "_links": [
- {
- "rel": "self",
- "href": "string"
}
]
}