POST api/APPOrders/DispatchListForApp
Request Information
URI Parameters
None.
Body Parameters
AppDispatchCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Car_Plate | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Car_Plate": "sample string 1"
}
application/xml, text/xml
Sample:
<DispatchModel.AppDispatchCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Car_Plate>sample string 1</Car_Plate> </DispatchModel.AppDispatchCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfAppQueryDispatchList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | AppQueryDispatchList |
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.BaseResultOfDispatchModel.AppQueryDispatchListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<Car_Plate>sample string 1</Car_Plate>
<DispatchList>
<DispatchModel.AppDispatchList>
<DispatchCode>sample string 1</DispatchCode>
<DispatchProcess>sample string 2</DispatchProcess>
<DispatchProcessName>sample string 3</DispatchProcessName>
<EnableBatch>true</EnableBatch>
<OrderList>
<DispatchModel.APPOrderList>
<IsAgreeSignFree>true</IsAgreeSignFree>
<OrderCode>sample string 2</OrderCode>
<OrderName>sample string 3</OrderName>
<ProcessStatus>sample string 1</ProcessStatus>
</DispatchModel.APPOrderList>
<DispatchModel.APPOrderList>
<IsAgreeSignFree>true</IsAgreeSignFree>
<OrderCode>sample string 2</OrderCode>
<OrderName>sample string 3</OrderName>
<ProcessStatus>sample string 1</ProcessStatus>
</DispatchModel.APPOrderList>
</OrderList>
</DispatchModel.AppDispatchList>
<DispatchModel.AppDispatchList>
<DispatchCode>sample string 1</DispatchCode>
<DispatchProcess>sample string 2</DispatchProcess>
<DispatchProcessName>sample string 3</DispatchProcessName>
<EnableBatch>true</EnableBatch>
<OrderList>
<DispatchModel.APPOrderList>
<IsAgreeSignFree>true</IsAgreeSignFree>
<OrderCode>sample string 2</OrderCode>
<OrderName>sample string 3</OrderName>
<ProcessStatus>sample string 1</ProcessStatus>
</DispatchModel.APPOrderList>
<DispatchModel.APPOrderList>
<IsAgreeSignFree>true</IsAgreeSignFree>
<OrderCode>sample string 2</OrderCode>
<OrderName>sample string 3</OrderName>
<ProcessStatus>sample string 1</ProcessStatus>
</DispatchModel.APPOrderList>
</OrderList>
</DispatchModel.AppDispatchList>
</DispatchList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfDispatchModel.AppQueryDispatchListuKWfnEcv>