POST api/BEWasteMove/GetCarContractItemList
Request Information
URI Parameters
None.
Body Parameters
CarContractItemListCondition| Name | Description | Type | Additional information |
|---|---|---|---|
| TaxIDNumber | string |
None. |
|
| CarType | string |
None. |
|
| CarStyle | string |
None. |
|
| Load | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"TaxIDNumber": "sample string 1",
"CarType": "sample string 2",
"CarStyle": "sample string 3",
"Load": "sample string 4"
}
application/xml, text/xml
Sample:
<CarModel.CarContractItemListCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models"> <CarStyle>sample string 3</CarStyle> <CarType>sample string 2</CarType> <Load>sample string 4</Load> <TaxIDNumber>sample string 1</TaxIDNumber> </CarModel.CarContractItemListCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
BaseResultOfCarContractDataItem| Name | Description | Type | Additional information |
|---|---|---|---|
| body | CarContractDataItem |
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.BaseResultOfCarModel.CarContractDataItemuKWfnEcv xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/IRMS.Models">
<body>
<CarList>
<CarModel.CarContractCarList>
<CarPlate>sample string 1</CarPlate>
<CarStyle>sample string 4</CarStyle>
<CarType>sample string 3</CarType>
<CorporateName>sample string 2</CorporateName>
<LastInspectDate>2026-04-21T17:36:41.7570927+08:00</LastInspectDate>
<Load>sample string 5</Load>
</CarModel.CarContractCarList>
<CarModel.CarContractCarList>
<CarPlate>sample string 1</CarPlate>
<CarStyle>sample string 4</CarStyle>
<CarType>sample string 3</CarType>
<CorporateName>sample string 2</CorporateName>
<LastInspectDate>2026-04-21T17:36:41.7570927+08:00</LastInspectDate>
<Load>sample string 5</Load>
</CarModel.CarContractCarList>
</CarList>
<CustomerData>
<BillingAddress>sample string 4</BillingAddress>
<ContactMail>sample string 10</ContactMail>
<ContactPerson>sample string 8</ContactPerson>
<ContactPhoneNumber>sample string 9</ContactPhoneNumber>
<ControlNumber>sample string 11</ControlNumber>
<CorporateName>sample string 2</CorporateName>
<Fax>sample string 6</Fax>
<License>
<LicItem>
<CustomerModel.OrgLicItemDataReview>
<ItemCode>sample string 2</ItemCode>
<ItemCodeName>sample string 3</ItemCodeName>
<OrgLicNo>sample string 1</OrgLicNo>
</CustomerModel.OrgLicItemDataReview>
<CustomerModel.OrgLicItemDataReview>
<ItemCode>sample string 2</ItemCode>
<ItemCodeName>sample string 3</ItemCodeName>
<OrgLicNo>sample string 1</OrgLicNo>
</CustomerModel.OrgLicItemDataReview>
</LicItem>
<OrgDealWay>sample string 3</OrgDealWay>
<OrgLicNo>sample string 7</OrgLicNo>
<OrgLicRank>sample string 1</OrgLicRank>
<OrgLicRankName>sample string 2</OrgLicRankName>
<OrgLicRenewDate>2026-04-21T17:36:41.7570927+08:00</OrgLicRenewDate>
<OrgLicTimeLimit>sample string 4</OrgLicTimeLimit>
<OrgLicTimeLimitName>sample string 5</OrgLicTimeLimitName>
<TechLic>
<CustomerModel.TechLicDataReview>
<TechLicNo>sample string 6</TechLicNo>
<TechLicRank>sample string 1</TechLicRank>
<TechLicRankName>sample string 2</TechLicRankName>
<TechLicRenewDate>2026-04-21T17:36:41.7570927+08:00</TechLicRenewDate>
<TechLicTimeLimit>sample string 3</TechLicTimeLimit>
<TechLicTimeLimitName>sample string 4</TechLicTimeLimitName>
</CustomerModel.TechLicDataReview>
<CustomerModel.TechLicDataReview>
<TechLicNo>sample string 6</TechLicNo>
<TechLicRank>sample string 1</TechLicRank>
<TechLicRankName>sample string 2</TechLicRankName>
<TechLicRenewDate>2026-04-21T17:36:41.7570927+08:00</TechLicRenewDate>
<TechLicTimeLimit>sample string 3</TechLicTimeLimit>
<TechLicTimeLimitName>sample string 4</TechLicTimeLimitName>
</CustomerModel.TechLicDataReview>
</TechLic>
</License>
<MailingAddress>sample string 3</MailingAddress>
<PhoneNumber>sample string 5</PhoneNumber>
<Representative>sample string 7</Representative>
<TaxIDNumber>sample string 1</TaxIDNumber>
</CustomerData>
</body>
<exception>sample string 2</exception>
<isSuccess>true</isSuccess>
<response i:nil="true" />
</BaseModels.BaseResultOfCarModel.CarContractDataItemuKWfnEcv>