POST api/BEOrder/DeleteOrderPicture
Request Information
URI Parameters
None.
Body Parameters
Collection of DeleteOrderPictureInput| Name | Description | Type | Additional information |
|---|---|---|---|
| OLP_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"OLP_Id": 1
},
{
"OLP_Id": 1
}
]
application/xml, text/xml
Sample:
<ArrayOfOrderModel.DeleteOrderPictureInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<OrderModel.DeleteOrderPictureInput>
<OLP_Id>1</OLP_Id>
</OrderModel.DeleteOrderPictureInput>
<OrderModel.DeleteOrderPictureInput>
<OLP_Id>1</OLP_Id>
</OrderModel.DeleteOrderPictureInput>
</ArrayOfOrderModel.DeleteOrderPictureInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfAddOrderPictureResult| Name | Description | Type | Additional information |
|---|---|---|---|
| body | AddOrderPictureResult |
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.BaseResultOfOrderModel.AddOrderPictureResultuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<FailMessage>sample string 2</FailMessage>
<IsSuccess>true</IsSuccess>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfOrderModel.AddOrderPictureResultuKWfnEcv>