POST api/APPOrders/UploadOrderOrderQuote
Request Information
URI Parameters
None.
Body Parameters
UpdateQuoteWaste| Name | Description | Type | Additional information |
|---|---|---|---|
| OL_Code | string |
None. |
|
| ItemStatus | Collection of QuoteWasteItemStatus |
None. |
Request Formats
application/json, text/json
Sample:
{
"OL_Code": "sample string 1",
"ItemStatus": [
{
"WasteCode": "sample string 1",
"WasteStatus": true
},
{
"WasteCode": "sample string 1",
"WasteStatus": true
}
]
}
application/xml, text/xml
Sample:
<QuoteModel.UpdateQuoteWaste xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<ItemStatus>
<QuoteModel.QuoteWasteItemStatus>
<WasteCode>sample string 1</WasteCode>
<WasteStatus>true</WasteStatus>
</QuoteModel.QuoteWasteItemStatus>
<QuoteModel.QuoteWasteItemStatus>
<WasteCode>sample string 1</WasteCode>
<WasteStatus>true</WasteStatus>
</QuoteModel.QuoteWasteItemStatus>
</ItemStatus>
<OL_Code>sample string 1</OL_Code>
</QuoteModel.UpdateQuoteWaste>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Object |
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.BaseResultOfanyTypeRvdAXEcW xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <body /> <exception>sample string 3</exception> <isSuccess>true</isSuccess> <response i:nil="true" /> </BaseModels.BaseResultOfanyTypeRvdAXEcW>