POST api/BEQuotation/GetQuotationParameterDetail
Request Information
URI Parameters
None.
Body Parameters
GetQuotationParameterDetailInput| Name | Description | Type | Additional information |
|---|---|---|---|
| QP_Id | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"QP_Id": 1
}
application/xml, text/xml
Sample:
<QuotationModel.GetQuotationParameterDetailInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <QP_Id>1</QP_Id> </QuotationModel.GetQuotationParameterDetailInput>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfGetQuotationParameterDetailOutput| Name | Description | Type | Additional information |
|---|---|---|---|
| body | GetQuotationParameterDetailOutput |
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.BaseResultOfQuotationModel.GetQuotationParameterDetailOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<FiveTonsUpPrice>5</FiveTonsUpPrice>
<QP_Id>1</QP_Id>
<TonDownPrice>3</TonDownPrice>
<TonFivePrice>4</TonFivePrice>
<WasteCode>sample string 2</WasteCode>
<districtPrice>
<QuotationModel.DistrictPrice>
<City>sample string 1</City>
<District>sample string 2</District>
<MinusPlus>sample string 3</MinusPlus>
<MinusPlusPrice>4</MinusPlusPrice>
</QuotationModel.DistrictPrice>
<QuotationModel.DistrictPrice>
<City>sample string 1</City>
<District>sample string 2</District>
<MinusPlus>sample string 3</MinusPlus>
<MinusPlusPrice>4</MinusPlusPrice>
</QuotationModel.DistrictPrice>
</districtPrice>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfQuotationModel.GetQuotationParameterDetailOutputuKWfnEcv>