The update customer status method allows setting of the customer status to either the "Active", "Suspended", or "Inactive" state.
URL | https://[host].accumulus.com/json/customers/[customerID]/status |
---|---|
HTTP Method | PUT |
Query String Parameters |
Example
PUT https://[host].accumulus.com/json/customers/4980/status
Request Body
{"Status":"Suspended"}
Response Body
{ "Message":"SUCCESS", "CustomerID":"4980" }