Cancel order

The Cancel order method is used to start the process of cancelling an order for a subscription for the current reseller or any of its downstream resellers. The standard logic of the platform is used (see ).

POST {base_url}/api/v3/resellers/{reseller_id}/orders/{order_id}/cancel_operation

Arguments

Name

Parameter Type

Data type

Required/Optional

Description

X-Api-Token

header

string

Required

API token of a manager that performs the operation (see


)

Content-Type

header

string

Required

Media type of the request. Specify the following: application/vnd.api+json

Accept

header

string

Required

Supported media types of the answer. Specify the following: application/vnd.api+json

base_url

path

string

Required

ActivePlatform URL

reseller_id

path

integer

Required

ID of the current reseller or any of its downstream resellers (see 


)

order_id

path

integer

Required

ID of the order to cancel

Response model

If no errors are encountered, the method returns an empty response with the 200 OK status.

Request example

XML
POST /api/v3/resellers/1/orders/10914/cancel_operation
Host: test.activeplatform.com
Content-Type: application/vnd.api+json
X-Api-Token: vY5fwetestK3gJXZH5uHCw
Accept: application/vnd.api+json