POST api/BEQuotation/GetQuotationParameterList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
BaseResultOfListOfGetQuotationParameterListOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of GetQuotationParameterListOutput |
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.BaseResultOfArrayOfQuotationModel.GetQuotationParameterListOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<QuotationModel.GetQuotationParameterListOutput>
<FiveTonsUpPrice>6</FiveTonsUpPrice>
<QP_Id>1</QP_Id>
<TonDownPrice>4</TonDownPrice>
<TonFivePrice>5</TonFivePrice>
<UpdateDatetime>sample string 7</UpdateDatetime>
<WasteCode>sample string 2</WasteCode>
<WasteCodeName>sample string 3</WasteCodeName>
</QuotationModel.GetQuotationParameterListOutput>
<QuotationModel.GetQuotationParameterListOutput>
<FiveTonsUpPrice>6</FiveTonsUpPrice>
<QP_Id>1</QP_Id>
<TonDownPrice>4</TonDownPrice>
<TonFivePrice>5</TonFivePrice>
<UpdateDatetime>sample string 7</UpdateDatetime>
<WasteCode>sample string 2</WasteCode>
<WasteCodeName>sample string 3</WasteCodeName>
</QuotationModel.GetQuotationParameterListOutput>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfQuotationModel.GetQuotationParameterListOutputuKWfnEcv>