POST api/Helper/ORDER_SEND_TRANSPORT
Request Information
URI Parameters
None.
Body Parameters
ZOrderSendTransportRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| AmndState | string |
None. |
|
| OrderID | integer |
None. |
|
| EMSOneCode | string |
None. |
|
| CreatedBy | integer |
None. |
|
| UpdatedBy | integer |
None. |
|
| ShopID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"AmndState": "sample string 1",
"OrderID": 2,
"EMSOneCode": "sample string 3",
"CreatedBy": 4,
"UpdatedBy": 5,
"ShopID": 6
}
application/xml, text/xml
Sample:
<ZOrderSendTransportRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EMS.Entity"> <AmndState>sample string 1</AmndState> <CreatedBy>4</CreatedBy> <EMSOneCode>sample string 3</EMSOneCode> <OrderID>2</OrderID> <ShopID>6</ShopID> <UpdatedBy>5</UpdatedBy> </ZOrderSendTransportRequest>
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>