POST api/BEWasteMove/GetWasteMoveList
Request Information
URI Parameters
None.
Body Parameters
WasteMoveDropListCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyWord | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyWord": "sample string 1"
}
application/xml, text/xml
Sample:
<WasteMoveModel.WasteMoveDropListCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <KeyWord>sample string 1</KeyWord> </WasteMoveModel.WasteMoveDropListCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfWasteMoveDropList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of WasteMoveDropList |
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.BaseResultOfArrayOfWasteMoveModel.WasteMoveDropListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<WasteMoveModel.WasteMoveDropList>
<CorporateName>sample string 2</CorporateName>
<Value>sample string 1</Value>
</WasteMoveModel.WasteMoveDropList>
<WasteMoveModel.WasteMoveDropList>
<CorporateName>sample string 2</CorporateName>
<Value>sample string 1</Value>
</WasteMoveModel.WasteMoveDropList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfWasteMoveModel.WasteMoveDropListuKWfnEcv>