POST api/GetVehicleUsageRecordList
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| _VehicleUsageRecordQuery | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"PageSize": 1,
"PageIndex": 2,
"Begin": "2025-12-11T16:45:12.2987682+08:00",
"End": "2025-12-11T16:45:12.2987682+08:00",
"ID": 1,
"UserId": 1,
"UserName": "sample string 3",
"VehicleInfoID": 1,
"VehicleInfoName": "sample string 4",
"UsageTime": "2025-12-11T16:45:12.2987682+08:00",
"UsageTimeStr": "sample string 5",
"UsageReason": "sample string 6",
"GasolineUnitPrice": 1.0,
"GasolineLiter": 1.0,
"GasolineAmount": 1.0,
"cinput": "sample string 7",
"ddate": "2025-12-11T16:45:12.2987682+08:00",
"PictureUrl": "sample string 8",
"PictureUrlTemp": "sample string 9",
"Type": 10,
"CurrentMileage": 1,
"HistoricalMileage": 1,
"MilePictureUrl": "sample string 11",
"Status": 12,
"RtUserId": 1,
"RtUserName": "sample string 13",
"RtUsageTime": "2025-12-11T16:45:12.2987682+08:00",
"RtUsageTimeStr": "sample string 14",
"RtUsageReason": "sample string 15"
}
application/xml, text/xml
Sample:
<VehicleUsageRecordQuery xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <ID>1</ID> <UserId>1</UserId> <UserName>sample string 3</UserName> <VehicleInfoID>1</VehicleInfoID> <VehicleInfoName>sample string 4</VehicleInfoName> <UsageTime>2025-12-11T16:45:12.2987682+08:00</UsageTime> <UsageTimeStr>sample string 5</UsageTimeStr> <UsageReason>sample string 6</UsageReason> <GasolineUnitPrice>1</GasolineUnitPrice> <GasolineLiter>1</GasolineLiter> <GasolineAmount>1</GasolineAmount> <cinput>sample string 7</cinput> <ddate>2025-12-11T16:45:12.2987682+08:00</ddate> <PictureUrl>sample string 8</PictureUrl> <PictureUrlTemp>sample string 9</PictureUrlTemp> <Type>10</Type> <CurrentMileage>1</CurrentMileage> <HistoricalMileage>1</HistoricalMileage> <MilePictureUrl>sample string 11</MilePictureUrl> <Status>12</Status> <RtUserId>1</RtUserId> <RtUserName>sample string 13</RtUserName> <RtUsageTime>2025-12-11T16:45:12.2987682+08:00</RtUsageTime> <RtUsageTimeStr>sample string 14</RtUsageTimeStr> <RtUsageReason>sample string 15</RtUsageReason> <PageSize>1</PageSize> <PageIndex>2</PageIndex> <Begin>2025-12-11T16:45:12.2987682+08:00</Begin> <End>2025-12-11T16:45:12.2987682+08:00</End> </VehicleUsageRecordQuery>
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>