api/v1/orders/{id}/cancel
Method: POST https://developers.mobilemanager.co.uk/api/v1/orders/{id}/cancel
Summary
Cancels an order only if its current state is pending, stalled or open. Complete and failed orders cannot be cancelled
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The order id that's been requested to be cancelled |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
OrderResponseModelName | Description | Type | Additional information |
---|---|---|---|
OrderId | globally unique identifier |
None. |
|
Created | date |
None. |
|
State | OrderState |
None. |
|
OrderTimescale | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "OrderId": "9e57498a-3168-48a8-b2d9-0c1ab71ef0ba", "Created": "2025-04-04T03:09:46.0897147+00:00", "State": 0, "OrderTimescale": "sample string 3" }
application/xml, text/xml
Sample:
<OrderResponseModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SimPortalApi.Models.Orders"> <OrderTimescale>sample string 3</OrderTimescale> </OrderResponseModel>