POST api/Helper/ORDER_CANCEL_TRANSPORT
Request Information
URI Parameters
None.
Body Parameters
ZOrderCancelTransportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| OrderID | integer |
None. |
|
| ShopID | integer |
None. |
|
| ShippingCode | string |
None. |
|
| CrmOrPaypostCode | string |
None. |
|
| UpdatedBy | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"OrderID": 1,
"ShopID": 2,
"ShippingCode": "sample string 3",
"CrmOrPaypostCode": "sample string 4",
"UpdatedBy": 5
}
application/xml, text/xml
Sample:
<ZOrderCancelTransportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <CrmOrPaypostCode>sample string 4</CrmOrPaypostCode> <OrderID>1</OrderID> <ShippingCode>sample string 3</ShippingCode> <ShopID>2</ShopID> <UpdatedBy>5</UpdatedBy> </ZOrderCancelTransportRequest>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
stringResponse Formats
application/json, text/json
Sample:
"sample string 1"
application/xml, text/xml
Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>