Body
Description
Suspends an active cWatch order.
Parameters
| Name | Data Type | Required / Optional | Description |
|---|---|---|---|
| orderid | Integer | Required | The ID of the order to suspend (passed in the URL path) |
| auth-userid | Integer | Required | Reseller ID (Authentication Parameter) |
| api-key | String | Required | Reseller API key (Authentication Parameter) |
HTTP Method
PATCH
Example Request
PATCH https://httpapi.com/restapi/product/cwatch/order/854193/suspend?auth-userid=0&api-key=key
Content-Type: application/x-www-form-urlencoded
Response
Returns the status of the suspend operation for the specified order. Representative example:
{ "orderid": "854193", "status": "Success" }