POST api/BEWasteMove/GetCarManageList
Request Information
URI Parameters
None.
Body Parameters
CarManageCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| KeyWord | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"KeyWord": "sample string 1"
}
application/xml, text/xml
Sample:
<CarModel.CarManageCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <KeyWord>sample string 1</KeyWord> </CarModel.CarManageCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfListOfCarManageList| Name | Description | Type | Additional information |
|---|---|---|---|
| body | Collection of CarManageList |
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.BaseResultOfArrayOfCarModel.CarManageListuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<CarModel.CarManageList>
<CarPlate>sample string 1</CarPlate>
<CarStyle>sample string 6</CarStyle>
<CarType>sample string 5</CarType>
<Code>sample string 2</Code>
<ContactPerson>sample string 8</ContactPerson>
<ContactPhoneNumber>sample string 9</ContactPhoneNumber>
<ContractEndDateTime>2026-04-21T17:42:23.9216585+08:00</ContractEndDateTime>
<CorporateName>sample string 4</CorporateName>
<Load>sample string 7</Load>
<LoginStatus>sample string 3</LoginStatus>
</CarModel.CarManageList>
<CarModel.CarManageList>
<CarPlate>sample string 1</CarPlate>
<CarStyle>sample string 6</CarStyle>
<CarType>sample string 5</CarType>
<Code>sample string 2</Code>
<ContactPerson>sample string 8</ContactPerson>
<ContactPhoneNumber>sample string 9</ContactPhoneNumber>
<ContractEndDateTime>2026-04-21T17:42:23.9216585+08:00</ContractEndDateTime>
<CorporateName>sample string 4</CorporateName>
<Load>sample string 7</Load>
<LoginStatus>sample string 3</LoginStatus>
</CarModel.CarManageList>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfArrayOfCarModel.CarManageListuKWfnEcv>