POST api/BEQuotation/GetQuotationPrice

Request Information

URI Parameters

None.

Body Parameters

GetQuotationPriceInput
NameDescriptionTypeAdditional information
City

string

None.

District

string

None.

Weight

integer

None.

WeightUnit

string

None.

WasteCode

string

None.

Request Formats

application/json, text/json

Sample:
{
  "City": "sample string 1",
  "District": "sample string 2",
  "Weight": 3,
  "WeightUnit": "sample string 4",
  "WasteCode": "sample string 5"
}

application/xml, text/xml

Sample:
<QuotationModel.GetQuotationPriceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <City>sample string 1</City>
  <District>sample string 2</District>
  <WasteCode>sample string 5</WasteCode>
  <Weight>3</Weight>
  <WeightUnit>sample string 4</WeightUnit>
</QuotationModel.GetQuotationPriceInput>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

BaseResultOfGetQuotationPriceOutput
NameDescriptionTypeAdditional information
body

GetQuotationPriceOutput

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.GetQuotationPriceOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <Price>1.1</Price>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfQuotationModel.GetQuotationPriceOutputuKWfnEcv>