POST api/Report/GetSingleVehicleMileTotalList
Request Information
URI Parameters
None.
Body Parameters
SingleVehicleMileTotalConditionName | Description | Type | Additional information |
---|---|---|---|
account | string |
None. |
|
CarId | integer |
None. |
|
btime | date |
None. |
|
etime | date |
None. |
|
BeginTime | date |
None. |
|
EndTime | date |
None. |
|
ID | integer |
None. |
|
IsPage | boolean |
None. |
|
Total | integer |
None. |
|
PageIndex | integer |
None. |
|
Page | integer |
None. |
|
PageSize | integer |
None. |
|
StartIndex | integer |
None. |
|
EndIndex | integer |
None. |
|
Sort | string |
None. |
|
Order | string |
None. |
|
OrderField | string |
None. |
|
SearchKey | string |
None. |
|
Search | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "account": "sample string 1", "CarId": 2, "btime": "2025-04-20 07:28:02", "etime": "2025-04-20 07:28:02", "BeginTime": "2025-04-20 07:28:02", "EndTime": "2025-04-20 07:28:02", "ID": 7, "IsPage": true, "Total": 9, "PageIndex": 11, "Page": 11, "PageSize": 12, "StartIndex": 121, "EndIndex": 132, "Sort": "sample string 13", "Order": "sample string 14", "OrderField": "sample string 15", "SearchKey": "sample string 1", "Search": "sample string 1" }
application/xml, text/xml
Sample:
<SingleVehicleMileTotalCondition xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <IsPage>true</IsPage> <Order>sample string 14</Order> <OrderField>sample string 15</OrderField> <Page>11</Page> <PageIndex>11</PageIndex> <PageSize>12</PageSize> <Search>sample string 1</Search> <SearchKey>sample string 1</SearchKey> <Sort>sample string 13</Sort> <Total>9</Total> <BeginTime>2025-04-20T07:28:02.7435415+08:00</BeginTime> <CarId>2</CarId> <EndTime>2025-04-20T07:28:02.7435415+08:00</EndTime> <ID>7</ID> <account>sample string 1</account> <btime>2025-04-20T07:28:02.7425414+08:00</btime> <etime>2025-04-20T07:28:02.7435415+08:00</etime> </SingleVehicleMileTotalCondition>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ApiInfoEntityOfSingleMileTotalEntityName | Description | Type | Additional information |
---|---|---|---|
data | SingleMileTotalEntity |
None. |
|
code | integer |
None. |
|
msg | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "data": { "dayTotal": 1.0, "monthTotal": 2.0, "dayAvg": "sample string 3", "monthAvg": "sample string 4", "list": [ { "TotalMileage": 1.0, "TotalDate": "sample string 2", "IsMonth": 3 }, { "TotalMileage": 1.0, "TotalDate": "sample string 2", "IsMonth": 3 } ] }, "code": 1, "msg": "sample string 2" }
application/xml, text/xml
Sample:
<ApiInfoEntityOfSingleMileTotalEntityNdF_SKQEZ xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WisdomMobileCar.Model"> <Code>1</Code> <Message>sample string 2</Message> <Data> <dayAvg>sample string 3</dayAvg> <dayTotal>1</dayTotal> <list> <SingleVehicleMileTotalEntity> <IsMonth>3</IsMonth> <TotalDate>sample string 2</TotalDate> <TotalMileage>1</TotalMileage> </SingleVehicleMileTotalEntity> <SingleVehicleMileTotalEntity> <IsMonth>3</IsMonth> <TotalDate>sample string 2</TotalDate> <TotalMileage>1</TotalMileage> </SingleVehicleMileTotalEntity> </list> <monthAvg>sample string 4</monthAvg> <monthTotal>2</monthTotal> </Data> </ApiInfoEntityOfSingleMileTotalEntityNdF_SKQEZ>