Loading...

Knowledge Base

Unsuspend cWatch Orders via the API

Description

Reactivates a suspended cWatch order.

Parameters

NameData TypeRequired / OptionalDescription
orderidIntegerRequiredThe ID of the order to unsuspend (passed in the URL path)
auth-useridIntegerRequiredReseller ID (Authentication Parameter)
api-keyStringRequiredReseller 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" }