POST api/BEOrder/AddOrderPicture
Request Information
URI Parameters
None.
Body Parameters
AddOrderPictureInput| Name | Description | Type | Additional information |
|---|---|---|---|
| OL_Code | string |
None. |
|
| OrderPictures | Collection of OrderPicture |
None. |
Request Formats
application/json, text/json
Sample:
{
"OL_Code": "sample string 1",
"OrderPictures": [
{
"Extension": "sample string 1",
"FileBase64": "sample string 2",
"PictureType": "sample string 3"
},
{
"Extension": "sample string 1",
"FileBase64": "sample string 2",
"PictureType": "sample string 3"
}
]
}
application/xml, text/xml
Sample:
<OrderModel.AddOrderPictureInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<OL_Code>sample string 1</OL_Code>
<OrderPictures>
<OrderModel.OrderPicture>
<Extension>sample string 1</Extension>
<FileBase64>sample string 2</FileBase64>
<PictureType>sample string 3</PictureType>
</OrderModel.OrderPicture>
<OrderModel.OrderPicture>
<Extension>sample string 1</Extension>
<FileBase64>sample string 2</FileBase64>
<PictureType>sample string 3</PictureType>
</OrderModel.OrderPicture>
</OrderPictures>
</OrderModel.AddOrderPictureInput>
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>