The update subscription status method allows setting the subscription to "Active", "Suspended", or the "Closed" state. Any subscription which is closed will be transitioned to the "Inactive" state by the system. Do not directly set the subscription status to "Inactive".
URL | https://[host].accumulus.com/json/customers/[customerID]/subscriptions/[subscriptionID]/status |
---|---|
HTTP Method | PUT |
Query String Parameters |
Example
PUT https://[host].accumulus.com/json/customers/1000/subscriptions/1048/status
Request Body
{"Status":"Suspended"}
Response Body
{ "Message":"SUCCESS" "SubscriptionID":"1068" }