POST poscube/order/cancel
Request Information
URI Parameters
None.
Body Parameters
PosCubeCancelModel| Name | Description | Type | Additional information |
|---|---|---|---|
| storeId | string |
None. |
|
| orderId | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"storeId": "sample string 1",
"orderId": "sample string 2"
}
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.