POST api/GetVehicleInfoList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _VehicleInfoQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Id": 1,
"LicensePlateNumber": "sample string 3",
"HistoricalMileage": 1,
"Note": "sample string 4",
"QRCode": "sample string 5",
"cinput": "sample string 6",
"ddate": "2025-12-11T16:45:12.7586018+08:00",
"Status": 7
}
application/xml, text/xml
Sample:
<VehicleInfoQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Id>1</Id> <LicensePlateNumber>sample string 3</LicensePlateNumber> <HistoricalMileage>1</HistoricalMileage> <Note>sample string 4</Note> <QRCode>sample string 5</QRCode> <cinput>sample string 6</cinput> <ddate>2025-12-11T16:45:12.7586018+08:00</ddate> <Status>7</Status> <PageSize>1</PageSize> <PageIndex>2</PageIndex> </VehicleInfoQuery>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Result": 1,
"Data": {},
"Message": "sample string 3"
}
application/xml, text/xml
Sample:
<HttpResult xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <Result>1</Result> <Data /> <Message>sample string 3</Message> </HttpResult>