POST api/BEOrder/GetDispatchWasteMoveList

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

BaseResultOfListOfDispatchWasteMoveList
NameDescriptionTypeAdditional information
body

Collection of DispatchWasteMoveList

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.BaseResultOfArrayOfDispatchModel.DispatchWasteMoveListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
  <body>
    <DispatchModel.DispatchWasteMoveList>
      <Address>sample string 1</Address>
      <CC_ID>sample string 3</CC_ID>
      <CarPlate>sample string 2</CarPlate>
      <ContractQty>sample string 4</ContractQty>
      <CorporateName>sample string 5</CorporateName>
      <EvaluationScore>6</EvaluationScore>
      <HasCooperateAgreement>true</HasCooperateAgreement>
      <License>sample string 8</License>
      <Load>sample string 9</Load>
      <LoadName>sample string 10</LoadName>
      <ProcessedQty>11</ProcessedQty>
    </DispatchModel.DispatchWasteMoveList>
    <DispatchModel.DispatchWasteMoveList>
      <Address>sample string 1</Address>
      <CC_ID>sample string 3</CC_ID>
      <CarPlate>sample string 2</CarPlate>
      <ContractQty>sample string 4</ContractQty>
      <CorporateName>sample string 5</CorporateName>
      <EvaluationScore>6</EvaluationScore>
      <HasCooperateAgreement>true</HasCooperateAgreement>
      <License>sample string 8</License>
      <Load>sample string 9</Load>
      <LoadName>sample string 10</LoadName>
      <ProcessedQty>11</ProcessedQty>
    </DispatchModel.DispatchWasteMoveList>
  </body>
  <exception>sample string 2</exception>
  <isSuccess>true</isSuccess>
  <response i:nil="true" />
</BaseModels.BaseResultOfArrayOfDispatchModel.DispatchWasteMoveListuKWfnEcv>