POST api/APPOrders/GetOrderListPictureForApp
Request Information
URI Parameters
None.
Body Parameters
OrderDetailCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| Code | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Code": "sample string 1"
}
application/xml, text/xml
Sample:
<OrderModel.OrderDetailCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <Code>sample string 1</Code> </OrderModel.OrderDetailCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfGetOrderListPictureList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetOrderListPictureList |
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.GetOrderListPictureListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<OrderModel.GetOrderListPictureList>
<OLP_FileType>sample string 1</OLP_FileType>
<OLP_Name>sample string 2</OLP_Name>
<Picture_Id>sample string 3</Picture_Id>
<url>sample string 4</url>
</OrderModel.GetOrderListPictureList>
<OrderModel.GetOrderListPictureList>
<OLP_FileType>sample string 1</OLP_FileType>
<OLP_Name>sample string 2</OLP_Name>
<Picture_Id>sample string 3</Picture_Id>
<url>sample string 4</url>
</OrderModel.GetOrderListPictureList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfOrderModel.GetOrderListPictureListuKWfnEcv>