POST api/CustomerCEI/GetVehiclePerformanceForAll
Request Information
URI Parameters
None.
Body Parameters
SerachCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Year | integer |
None. |
|
| Month | integer |
None. |
|
| ServiceStartDate | date |
None. |
|
| ServiceEndDate | date |
None. |
|
| SaleStartDate | date |
None. |
|
| SaleEndDate | date |
None. |
|
| Channel | integer |
None. |
|
| Vehicle | integer |
None. |
|
| ZoneName | string |
None. |
|
| RegionName | string |
None. |
|
| ZoneId | integer |
None. |
|
| RegionId | integer |
None. |
|
| CityId | integer |
None. |
|
| CityCluster | string |
None. |
|
| DealerGroupId | integer |
None. |
|
| DealerOutletId | integer |
None. |
|
| Role | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"Year": 1,
"Month": 2,
"ServiceStartDate": "2025-12-01T04:31:36.2665435+05:30",
"ServiceEndDate": "2025-12-01T04:31:36.2665435+05:30",
"SaleStartDate": "2025-12-01T04:31:36.2665435+05:30",
"SaleEndDate": "2025-12-01T04:31:36.2665435+05:30",
"Channel": 3,
"Vehicle": 4,
"ZoneName": "sample string 5",
"RegionName": "sample string 6",
"ZoneId": 1,
"RegionId": 1,
"CityId": 7,
"CityCluster": "sample string 8",
"DealerGroupId": 1,
"DealerOutletId": 1,
"Role": "sample string 9"
}
application/xml, text/xml
Sample:
<SerachCriteria xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel"> <Channel>3</Channel> <CityCluster>sample string 8</CityCluster> <CityId>7</CityId> <DealerGroupId>1</DealerGroupId> <DealerOutletId>1</DealerOutletId> <Month>2</Month> <RegionId>1</RegionId> <RegionName>sample string 6</RegionName> <Role>sample string 9</Role> <SaleEndDate>2025-12-01T04:31:36.2665435+05:30</SaleEndDate> <SaleStartDate>2025-12-01T04:31:36.2665435+05:30</SaleStartDate> <ServiceEndDate>2025-12-01T04:31:36.2665435+05:30</ServiceEndDate> <ServiceStartDate>2025-12-01T04:31:36.2665435+05:30</ServiceStartDate> <Vehicle>4</Vehicle> <Year>1</Year> <ZoneId>1</ZoneId> <ZoneName>sample string 5</ZoneName> </SerachCriteria>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of VehiclePerformanceInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| dataMonth | integer |
None. |
|
| DataYear | integer |
None. |
|
| VehicleName | string |
None. |
|
| OverallCEI | decimal number |
None. |
|
| Q5 | decimal number |
None. |
|
| Q6 | decimal number |
None. |
|
| other | decimal number |
None. |
|
| CountSample | integer |
None. |
|
| SOPAdhrence | decimal number |
None. |
|
| K1 | decimal number |
None. |
|
| K2 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"dataMonth": 1,
"DataYear": 2,
"VehicleName": "sample string 3",
"OverallCEI": 1.0,
"Q5": 1.0,
"Q6": 1.0,
"other": 1.0,
"CountSample": 1,
"SOPAdhrence": 1.0,
"K1": 1.0,
"K2": 1.0
},
{
"dataMonth": 1,
"DataYear": 2,
"VehicleName": "sample string 3",
"OverallCEI": 1.0,
"Q5": 1.0,
"Q6": 1.0,
"other": 1.0,
"CountSample": 1,
"SOPAdhrence": 1.0,
"K1": 1.0,
"K2": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfVehiclePerformanceInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
<VehiclePerformanceInfo>
<CountSample>1</CountSample>
<DataYear>2</DataYear>
<K1>1</K1>
<K2>1</K2>
<OverallCEI>1</OverallCEI>
<Q5>1</Q5>
<Q6>1</Q6>
<SOPAdhrence>1</SOPAdhrence>
<VehicleName>sample string 3</VehicleName>
<dataMonth>1</dataMonth>
<other>1</other>
</VehiclePerformanceInfo>
<VehiclePerformanceInfo>
<CountSample>1</CountSample>
<DataYear>2</DataYear>
<K1>1</K1>
<K2>1</K2>
<OverallCEI>1</OverallCEI>
<Q5>1</Q5>
<Q6>1</Q6>
<SOPAdhrence>1</SOPAdhrence>
<VehicleName>sample string 3</VehicleName>
<dataMonth>1</dataMonth>
<other>1</other>
</VehiclePerformanceInfo>
</ArrayOfVehiclePerformanceInfo>