POST api/BEQuotation/GetWasteCodeListByQuotation

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResultOfListOfGetWasteCodeListByQuotationOutput
NameDescriptionTypeAdditional information
body

Collection of GetWasteCodeListByQuotationOutput

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.GetWasteCodeListByQuotationOutputuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <QuotationModel.GetWasteCodeListByQuotationOutput>
      <WasteCode>sample string 1</WasteCode>
      <WasteCodeName>sample string 2</WasteCodeName>
    </QuotationModel.GetWasteCodeListByQuotationOutput>
    <QuotationModel.GetWasteCodeListByQuotationOutput>
      <WasteCode>sample string 1</WasteCode>
      <WasteCodeName>sample string 2</WasteCodeName>
    </QuotationModel.GetWasteCodeListByQuotationOutput>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfQuotationModel.GetWasteCodeListByQuotationOutputuKWfnEcv>