Unsuspend cWatch Order

KB Tags associated with this article:
Use any one tag
KB Tags
Body


Description

Reactivates a suspended cWatch order.

Parameters

Name Data Type Required / Optional Description
orderid Integer Required The ID of the order to unsuspend (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/855587/unsuspend?auth-userid=0&api-key=key

Content-Type: application/x-www-form-urlencoded

Response

Returns the status of the unsuspend operation for the specified order. Representative example:

{ "orderid": "855587", "status": "Success" }