POST api/CustomerCEI/GetDealerDSETopBottomPerfScoreSectionWise
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:33:48.0664233+05:30",
"ServiceEndDate": "2025-12-01T04:33:48.0664233+05:30",
"SaleStartDate": "2025-12-01T04:33:48.0664233+05:30",
"SaleEndDate": "2025-12-01T04:33:48.0664233+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:33:48.0664233+05:30</SaleEndDate> <SaleStartDate>2025-12-01T04:33:48.0664233+05:30</SaleStartDate> <ServiceEndDate>2025-12-01T04:33:48.0664233+05:30</ServiceEndDate> <ServiceStartDate>2025-12-01T04:33:48.0664233+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 TopBottomScoreInfo| Name | Description | Type | Additional information |
|---|---|---|---|
| State | string |
None. |
|
| OutletCode | string |
None. |
|
| OutletName | string |
None. |
|
| ZoneName | string |
None. |
|
| RegionName | string |
None. |
|
| City | string |
None. |
|
| CityCluster | string |
None. |
|
| ExcellentCount | decimal number |
None. |
|
| VGoodCount | decimal number |
None. |
|
| GoodCount | decimal number |
None. |
|
| FairCount | decimal number |
None. |
|
| PoorCount | decimal number |
None. |
|
| TotalCount | decimal number |
None. |
|
| WGExcellentCount | decimal number |
None. |
|
| WGVGoodCount | decimal number |
None. |
|
| WGGoodCount | decimal number |
None. |
|
| WGFairCount | decimal number |
None. |
|
| WGPoorCount | decimal number |
None. |
|
| WGTotalCount | decimal number |
None. |
|
| DFExcellentCount | decimal number |
None. |
|
| DFVGoodCount | decimal number |
None. |
|
| DFGoodCount | decimal number |
None. |
|
| DFFairCount | decimal number |
None. |
|
| DFPoorCount | decimal number |
None. |
|
| DFTotalCount | decimal number |
None. |
|
| SPExcellentCount | decimal number |
None. |
|
| SPVGoodCount | decimal number |
None. |
|
| SPGoodCount | decimal number |
None. |
|
| SPFairCount | decimal number |
None. |
|
| SPPoorCount | decimal number |
None. |
|
| SPTotalCount | decimal number |
None. |
|
| PDExcellentCount | decimal number |
None. |
|
| PDVGoodCount | decimal number |
None. |
|
| PDGoodCount | decimal number |
None. |
|
| PDFairCount | decimal number |
None. |
|
| PDPoorCount | decimal number |
None. |
|
| PDTotalCount | decimal number |
None. |
|
| DTExcellentCount | decimal number |
None. |
|
| DTVGoodCount | decimal number |
None. |
|
| DTGoodCount | decimal number |
None. |
|
| DTFairCount | decimal number |
None. |
|
| DTPoorCount | decimal number |
None. |
|
| DTTotalCount | decimal number |
None. |
|
| ExcellentPerformanceCount | decimal number |
None. |
|
| VgoodPerformanceCount | decimal number |
None. |
|
| GoodPerformanceCount | decimal number |
None. |
|
| FairPerformanceCount | decimal number |
None. |
|
| PoorPerformanceCount | decimal number |
None. |
|
| TotalPerformanceCount | decimal number |
None. |
|
| ExcellentPrefrenceCount | decimal number |
None. |
|
| VGoodPrefrenceCount | decimal number |
None. |
|
| GoodPrefrenceCount | decimal number |
None. |
|
| FairPrefrenceCount | decimal number |
None. |
|
| PoorPrefrenceCount | decimal number |
None. |
|
| TotalPrefrenceCount | decimal number |
None. |
|
| TotalResponse | decimal number |
None. |
|
| DSEName | string |
None. |
|
| MSPIN | string |
None. |
|
| VehicleName | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"State": "sample string 1",
"OutletCode": "sample string 2",
"OutletName": "sample string 3",
"ZoneName": "sample string 4",
"RegionName": "sample string 5",
"City": "sample string 6",
"CityCluster": "sample string 7",
"ExcellentCount": 8.0,
"VGoodCount": 9.0,
"GoodCount": 10.0,
"FairCount": 11.0,
"PoorCount": 12.0,
"TotalCount": 13.0,
"WGExcellentCount": 14.0,
"WGVGoodCount": 15.0,
"WGGoodCount": 16.0,
"WGFairCount": 17.0,
"WGPoorCount": 18.0,
"WGTotalCount": 19.0,
"DFExcellentCount": 20.0,
"DFVGoodCount": 21.0,
"DFGoodCount": 22.0,
"DFFairCount": 23.0,
"DFPoorCount": 24.0,
"DFTotalCount": 25.0,
"SPExcellentCount": 26.0,
"SPVGoodCount": 27.0,
"SPGoodCount": 28.0,
"SPFairCount": 29.0,
"SPPoorCount": 30.0,
"SPTotalCount": 31.0,
"PDExcellentCount": 32.0,
"PDVGoodCount": 33.0,
"PDGoodCount": 34.0,
"PDFairCount": 35.0,
"PDPoorCount": 36.0,
"PDTotalCount": 37.0,
"DTExcellentCount": 38.0,
"DTVGoodCount": 39.0,
"DTGoodCount": 40.0,
"DTFairCount": 41.0,
"DTPoorCount": 42.0,
"DTTotalCount": 43.0,
"ExcellentPerformanceCount": 44.0,
"VgoodPerformanceCount": 45.0,
"GoodPerformanceCount": 46.0,
"FairPerformanceCount": 47.0,
"PoorPerformanceCount": 48.0,
"TotalPerformanceCount": 49.0,
"ExcellentPrefrenceCount": 50.0,
"VGoodPrefrenceCount": 51.0,
"GoodPrefrenceCount": 52.0,
"FairPrefrenceCount": 53.0,
"PoorPrefrenceCount": 54.0,
"TotalPrefrenceCount": 55.0,
"TotalResponse": 56.0,
"DSEName": "sample string 57",
"MSPIN": "sample string 58",
"VehicleName": "sample string 59"
},
{
"State": "sample string 1",
"OutletCode": "sample string 2",
"OutletName": "sample string 3",
"ZoneName": "sample string 4",
"RegionName": "sample string 5",
"City": "sample string 6",
"CityCluster": "sample string 7",
"ExcellentCount": 8.0,
"VGoodCount": 9.0,
"GoodCount": 10.0,
"FairCount": 11.0,
"PoorCount": 12.0,
"TotalCount": 13.0,
"WGExcellentCount": 14.0,
"WGVGoodCount": 15.0,
"WGGoodCount": 16.0,
"WGFairCount": 17.0,
"WGPoorCount": 18.0,
"WGTotalCount": 19.0,
"DFExcellentCount": 20.0,
"DFVGoodCount": 21.0,
"DFGoodCount": 22.0,
"DFFairCount": 23.0,
"DFPoorCount": 24.0,
"DFTotalCount": 25.0,
"SPExcellentCount": 26.0,
"SPVGoodCount": 27.0,
"SPGoodCount": 28.0,
"SPFairCount": 29.0,
"SPPoorCount": 30.0,
"SPTotalCount": 31.0,
"PDExcellentCount": 32.0,
"PDVGoodCount": 33.0,
"PDGoodCount": 34.0,
"PDFairCount": 35.0,
"PDPoorCount": 36.0,
"PDTotalCount": 37.0,
"DTExcellentCount": 38.0,
"DTVGoodCount": 39.0,
"DTGoodCount": 40.0,
"DTFairCount": 41.0,
"DTPoorCount": 42.0,
"DTTotalCount": 43.0,
"ExcellentPerformanceCount": 44.0,
"VgoodPerformanceCount": 45.0,
"GoodPerformanceCount": 46.0,
"FairPerformanceCount": 47.0,
"PoorPerformanceCount": 48.0,
"TotalPerformanceCount": 49.0,
"ExcellentPrefrenceCount": 50.0,
"VGoodPrefrenceCount": 51.0,
"GoodPrefrenceCount": 52.0,
"FairPrefrenceCount": 53.0,
"PoorPrefrenceCount": 54.0,
"TotalPrefrenceCount": 55.0,
"TotalResponse": 56.0,
"DSEName": "sample string 57",
"MSPIN": "sample string 58",
"VehicleName": "sample string 59"
}
]
application/xml, text/xml
Sample:
<ArrayOfTopBottomScoreInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
<TopBottomScoreInfo>
<City>sample string 6</City>
<CityCluster>sample string 7</CityCluster>
<DFExcellentCount>20</DFExcellentCount>
<DFFairCount>23</DFFairCount>
<DFGoodCount>22</DFGoodCount>
<DFPoorCount>24</DFPoorCount>
<DFTotalCount>25</DFTotalCount>
<DFVGoodCount>21</DFVGoodCount>
<DSEName>sample string 57</DSEName>
<DTExcellentCount>38</DTExcellentCount>
<DTFairCount>41</DTFairCount>
<DTGoodCount>40</DTGoodCount>
<DTPoorCount>42</DTPoorCount>
<DTTotalCount>43</DTTotalCount>
<DTVGoodCount>39</DTVGoodCount>
<ExcellentCount>8</ExcellentCount>
<ExcellentPerformanceCount>44</ExcellentPerformanceCount>
<ExcellentPrefrenceCount>50</ExcellentPrefrenceCount>
<FairCount>11</FairCount>
<FairPerformanceCount>47</FairPerformanceCount>
<FairPrefrenceCount>53</FairPrefrenceCount>
<GoodCount>10</GoodCount>
<GoodPerformanceCount>46</GoodPerformanceCount>
<GoodPrefrenceCount>52</GoodPrefrenceCount>
<MSPIN>sample string 58</MSPIN>
<OutletCode>sample string 2</OutletCode>
<OutletName>sample string 3</OutletName>
<PDExcellentCount>32</PDExcellentCount>
<PDFairCount>35</PDFairCount>
<PDGoodCount>34</PDGoodCount>
<PDPoorCount>36</PDPoorCount>
<PDTotalCount>37</PDTotalCount>
<PDVGoodCount>33</PDVGoodCount>
<PoorCount>12</PoorCount>
<PoorPerformanceCount>48</PoorPerformanceCount>
<PoorPrefrenceCount>54</PoorPrefrenceCount>
<RegionName>sample string 5</RegionName>
<SPExcellentCount>26</SPExcellentCount>
<SPFairCount>29</SPFairCount>
<SPGoodCount>28</SPGoodCount>
<SPPoorCount>30</SPPoorCount>
<SPTotalCount>31</SPTotalCount>
<SPVGoodCount>27</SPVGoodCount>
<State>sample string 1</State>
<TotalCount>13</TotalCount>
<TotalPerformanceCount>49</TotalPerformanceCount>
<TotalPrefrenceCount>55</TotalPrefrenceCount>
<TotalResponse>56</TotalResponse>
<VGoodCount>9</VGoodCount>
<VGoodPrefrenceCount>51</VGoodPrefrenceCount>
<VehicleName>sample string 59</VehicleName>
<VgoodPerformanceCount>45</VgoodPerformanceCount>
<WGExcellentCount>14</WGExcellentCount>
<WGFairCount>17</WGFairCount>
<WGGoodCount>16</WGGoodCount>
<WGPoorCount>18</WGPoorCount>
<WGTotalCount>19</WGTotalCount>
<WGVGoodCount>15</WGVGoodCount>
<ZoneName>sample string 4</ZoneName>
</TopBottomScoreInfo>
<TopBottomScoreInfo>
<City>sample string 6</City>
<CityCluster>sample string 7</CityCluster>
<DFExcellentCount>20</DFExcellentCount>
<DFFairCount>23</DFFairCount>
<DFGoodCount>22</DFGoodCount>
<DFPoorCount>24</DFPoorCount>
<DFTotalCount>25</DFTotalCount>
<DFVGoodCount>21</DFVGoodCount>
<DSEName>sample string 57</DSEName>
<DTExcellentCount>38</DTExcellentCount>
<DTFairCount>41</DTFairCount>
<DTGoodCount>40</DTGoodCount>
<DTPoorCount>42</DTPoorCount>
<DTTotalCount>43</DTTotalCount>
<DTVGoodCount>39</DTVGoodCount>
<ExcellentCount>8</ExcellentCount>
<ExcellentPerformanceCount>44</ExcellentPerformanceCount>
<ExcellentPrefrenceCount>50</ExcellentPrefrenceCount>
<FairCount>11</FairCount>
<FairPerformanceCount>47</FairPerformanceCount>
<FairPrefrenceCount>53</FairPrefrenceCount>
<GoodCount>10</GoodCount>
<GoodPerformanceCount>46</GoodPerformanceCount>
<GoodPrefrenceCount>52</GoodPrefrenceCount>
<MSPIN>sample string 58</MSPIN>
<OutletCode>sample string 2</OutletCode>
<OutletName>sample string 3</OutletName>
<PDExcellentCount>32</PDExcellentCount>
<PDFairCount>35</PDFairCount>
<PDGoodCount>34</PDGoodCount>
<PDPoorCount>36</PDPoorCount>
<PDTotalCount>37</PDTotalCount>
<PDVGoodCount>33</PDVGoodCount>
<PoorCount>12</PoorCount>
<PoorPerformanceCount>48</PoorPerformanceCount>
<PoorPrefrenceCount>54</PoorPrefrenceCount>
<RegionName>sample string 5</RegionName>
<SPExcellentCount>26</SPExcellentCount>
<SPFairCount>29</SPFairCount>
<SPGoodCount>28</SPGoodCount>
<SPPoorCount>30</SPPoorCount>
<SPTotalCount>31</SPTotalCount>
<SPVGoodCount>27</SPVGoodCount>
<State>sample string 1</State>
<TotalCount>13</TotalCount>
<TotalPerformanceCount>49</TotalPerformanceCount>
<TotalPrefrenceCount>55</TotalPrefrenceCount>
<TotalResponse>56</TotalResponse>
<VGoodCount>9</VGoodCount>
<VGoodPrefrenceCount>51</VGoodPrefrenceCount>
<VehicleName>sample string 59</VehicleName>
<VgoodPerformanceCount>45</VgoodPerformanceCount>
<WGExcellentCount>14</WGExcellentCount>
<WGFairCount>17</WGFairCount>
<WGGoodCount>16</WGGoodCount>
<WGPoorCount>18</WGPoorCount>
<WGTotalCount>19</WGTotalCount>
<WGVGoodCount>15</WGVGoodCount>
<ZoneName>sample string 4</ZoneName>
</TopBottomScoreInfo>
</ArrayOfTopBottomScoreInfo>