POST api/BEOrder/GetWDArrivalPicture
Request Information
URI Parameters
None.
Body Parameters
GetOLID| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
Required |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1"
}
application/xml, text/xml
Sample:
<OrderModel.GetOLID xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Code>sample string 1</Code> </OrderModel.GetOLID>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfGetOrderListPic| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetOrderListPic |
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.GetOrderListPicuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<OrderModel.GetOrderListPic>
<FilePath>sample string 1</FilePath>
<OLP_Id>2</OLP_Id>
<PicPathName>sample string 3</PicPathName>
</OrderModel.GetOrderListPic>
<OrderModel.GetOrderListPic>
<FilePath>sample string 1</FilePath>
<OLP_Id>2</OLP_Id>
<PicPathName>sample string 3</PicPathName>
</OrderModel.GetOrderListPic>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfOrderModel.GetOrderListPicuKWfnEcv>