POST api/APPOrders/GetOrderDetail
Request Information
URI Parameters
None.
Body Parameters
APPOrderListCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| CarPlate | string |
None. |
|
| DispatchCode | string |
None. |
|
| QueryDateTimeEnd | string |
None. |
|
| QueryDateTimeStart | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CarPlate": "sample string 1",
"DispatchCode": "sample string 2",
"QueryDateTimeEnd": "sample string 3",
"QueryDateTimeStart": "sample string 4"
}
application/xml, text/xml
Sample:
<OrderModel.APPOrderListCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CarPlate>sample string 1</CarPlate> <DispatchCode>sample string 2</DispatchCode> <QueryDateTimeEnd>sample string 3</QueryDateTimeEnd> <QueryDateTimeStart>sample string 4</QueryDateTimeStart> </OrderModel.APPOrderListCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfAPPOrderListHistory| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of APPOrderListHistory |
None. |
|
| isSuccess | boolean |
None. |
|
| message | string |
None. |
|
| code | string |
None. |
|
| response | Enum |
None. |
|
| exception | string |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<BaseModels.BaseResultOfArrayOfOrderModel.APPOrderListHistoryuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<OrderModel.APPOrderListHistory>
<AppOrderHList>
<OrderModel.APPOrderHList>
<Code>sample string 1</Code>
<ExecDate>sample string 2</ExecDate>
</OrderModel.APPOrderHList>
<OrderModel.APPOrderHList>
<Code>sample string 1</Code>
<ExecDate>sample string 2</ExecDate>
</OrderModel.APPOrderHList>
</AppOrderHList>
<DispatchCode>sample string 1</DispatchCode>
</OrderModel.APPOrderListHistory>
<OrderModel.APPOrderListHistory>
<AppOrderHList>
<OrderModel.APPOrderHList>
<Code>sample string 1</Code>
<ExecDate>sample string 2</ExecDate>
</OrderModel.APPOrderHList>
<OrderModel.APPOrderHList>
<Code>sample string 1</Code>
<ExecDate>sample string 2</ExecDate>
</OrderModel.APPOrderHList>
</AppOrderHList>
<DispatchCode>sample string 1</DispatchCode>
</OrderModel.APPOrderListHistory>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfOrderModel.APPOrderListHistoryuKWfnEcv>