Requires authorization
Activates a subscription previously suspended by the reseller Try it now.
If you did not suspend the customer subscription and it is suspended for any other reason, such as for abuse or a pending ToS acceptance, this call will not reactivate the customer subscription.
Request
HTTP request
POST https://www.googleapis.com/apps/reseller/v1/customers/customerId/subscriptions/subscriptionId/activate
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
customerId |
string |
Either the customer's primary domain name or the customer's unique identifier. If using the domain name, we do not recommend using a customerId as a key for persistent data. If the domain name for a customerId is changed, the Google system automatically updates.
|
subscriptionId |
string |
This is a required property. The subscriptionId is the subscription identifier and is unique for each customer. Since a subscriptionId changes when a subscription is updated, we recommend to not use this ID as a key for persistent data. And the subscriptionId can be found using the retrieve all reseller subscriptions method.
|
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/apps.order |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a Subscriptions resource in the response body.
Try it!
Use the APIs Explorer below to call this method on live data and see the response. Alternatively, try the standalone Explorer.