POST api/CustomerCEI/GetSectionQuarterWiseDealerPerformanceAll

Request Information

URI Parameters

None.

Body Parameters

SerachCriteria
NameDescriptionTypeAdditional 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": "2024-12-23T02:52:26.2968907+05:30",
  "ServiceEndDate": "2024-12-23T02:52:26.2968907+05:30",
  "SaleStartDate": "2024-12-23T02:52:26.2968907+05:30",
  "SaleEndDate": "2024-12-23T02:52:26.2968907+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>2024-12-23T02:52:26.2968907+05:30</SaleEndDate>
  <SaleStartDate>2024-12-23T02:52:26.2968907+05:30</SaleStartDate>
  <ServiceEndDate>2024-12-23T02:52:26.2968907+05:30</ServiceEndDate>
  <ServiceStartDate>2024-12-23T02:52:26.2968907+05:30</ServiceStartDate>
  <Vehicle>4</Vehicle>
  <Year>1</Year>
  <ZoneId>1</ZoneId>
  <ZoneName>sample string 5</ZoneName>
</SerachCriteria>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'SerachCriteria'.

Response Information

Resource Description

Collection of ZoneSectionInfo
NameDescriptionTypeAdditional information
BSCName

string

None.

State

string

None.

CityName

string

None.

CityCluster

string

None.

DealerName

string

None.

DealerCode

string

None.

DealerGorupName

string

None.

ZoneName

string

None.

RegionName

string

None.

Year

integer

None.

Month

integer

None.

CountSample

integer

None.

Dtl

Collection of SectionScoreInfo

None.

AllIndiaCEI

decimal number

None.

Q5

decimal number

None.

Q6

decimal number

None.

DSEName

string

None.

MSPIN

string

None.

Category

string

None.

CategoryScore

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "BSCName": "sample string 1",
    "State": "sample string 2",
    "CityName": "sample string 3",
    "CityCluster": "sample string 4",
    "DealerName": "sample string 5",
    "DealerCode": "sample string 6",
    "DealerGorupName": "sample string 7",
    "ZoneName": "sample string 8",
    "RegionName": "sample string 9",
    "Year": 10,
    "Month": 11,
    "CountSample": 12,
    "Dtl": [
      {
        "Quarter": "sample string 1",
        "MonthYear": "sample string 2",
        "Key_KPI": 1.0,
        "Welcome___Showroom_Experience": 1.0,
        "Sales_Representative": 1.0,
        "Paperwork___Deal": 1.0,
        "Delivery_Experience": 1.0,
        "ALLIndiaCEI": 1.0,
        "CountSample": 1,
        "Q5": 1.0,
        "Q6": 1.0,
        "CategoryName": "sample string 3",
        "CategoryScore": 4.0,
        "SectionWeightage": 5.0,
        "Month": 6,
        "Year": 7
      },
      {
        "Quarter": "sample string 1",
        "MonthYear": "sample string 2",
        "Key_KPI": 1.0,
        "Welcome___Showroom_Experience": 1.0,
        "Sales_Representative": 1.0,
        "Paperwork___Deal": 1.0,
        "Delivery_Experience": 1.0,
        "ALLIndiaCEI": 1.0,
        "CountSample": 1,
        "Q5": 1.0,
        "Q6": 1.0,
        "CategoryName": "sample string 3",
        "CategoryScore": 4.0,
        "SectionWeightage": 5.0,
        "Month": 6,
        "Year": 7
      }
    ],
    "AllIndiaCEI": 13.0,
    "Q5": 14.0,
    "Q6": 15.0,
    "DSEName": "sample string 16",
    "MSPIN": "sample string 17",
    "Category": "sample string 18",
    "CategoryScore": 19.0
  },
  {
    "BSCName": "sample string 1",
    "State": "sample string 2",
    "CityName": "sample string 3",
    "CityCluster": "sample string 4",
    "DealerName": "sample string 5",
    "DealerCode": "sample string 6",
    "DealerGorupName": "sample string 7",
    "ZoneName": "sample string 8",
    "RegionName": "sample string 9",
    "Year": 10,
    "Month": 11,
    "CountSample": 12,
    "Dtl": [
      {
        "Quarter": "sample string 1",
        "MonthYear": "sample string 2",
        "Key_KPI": 1.0,
        "Welcome___Showroom_Experience": 1.0,
        "Sales_Representative": 1.0,
        "Paperwork___Deal": 1.0,
        "Delivery_Experience": 1.0,
        "ALLIndiaCEI": 1.0,
        "CountSample": 1,
        "Q5": 1.0,
        "Q6": 1.0,
        "CategoryName": "sample string 3",
        "CategoryScore": 4.0,
        "SectionWeightage": 5.0,
        "Month": 6,
        "Year": 7
      },
      {
        "Quarter": "sample string 1",
        "MonthYear": "sample string 2",
        "Key_KPI": 1.0,
        "Welcome___Showroom_Experience": 1.0,
        "Sales_Representative": 1.0,
        "Paperwork___Deal": 1.0,
        "Delivery_Experience": 1.0,
        "ALLIndiaCEI": 1.0,
        "CountSample": 1,
        "Q5": 1.0,
        "Q6": 1.0,
        "CategoryName": "sample string 3",
        "CategoryScore": 4.0,
        "SectionWeightage": 5.0,
        "Month": 6,
        "Year": 7
      }
    ],
    "AllIndiaCEI": 13.0,
    "Q5": 14.0,
    "Q6": 15.0,
    "DSEName": "sample string 16",
    "MSPIN": "sample string 17",
    "Category": "sample string 18",
    "CategoryScore": 19.0
  }
]

application/xml, text/xml

Sample:
<ArrayOfZoneSectionInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
  <ZoneSectionInfo>
    <AllIndiaCEI>13</AllIndiaCEI>
    <BSCName>sample string 1</BSCName>
    <Category>sample string 18</Category>
    <CategoryScore>19</CategoryScore>
    <CityCluster>sample string 4</CityCluster>
    <CityName>sample string 3</CityName>
    <CountSample>12</CountSample>
    <DSEName>sample string 16</DSEName>
    <DealerCode>sample string 6</DealerCode>
    <DealerGorupName>sample string 7</DealerGorupName>
    <DealerName>sample string 5</DealerName>
    <Dtl>
      <SectionScoreInfo>
        <ALLIndiaCEI>1</ALLIndiaCEI>
        <CategoryName>sample string 3</CategoryName>
        <CategoryScore>4</CategoryScore>
        <CountSample>1</CountSample>
        <Delivery_Experience>1</Delivery_Experience>
        <Key_KPI>1</Key_KPI>
        <Month>6</Month>
        <MonthYear>sample string 2</MonthYear>
        <Paperwork___Deal>1</Paperwork___Deal>
        <Q5>1</Q5>
        <Q6>1</Q6>
        <Quarter>sample string 1</Quarter>
        <Sales_Representative>1</Sales_Representative>
        <SectionWeightage>5</SectionWeightage>
        <Welcome___Showroom_Experience>1</Welcome___Showroom_Experience>
        <Year>7</Year>
      </SectionScoreInfo>
      <SectionScoreInfo>
        <ALLIndiaCEI>1</ALLIndiaCEI>
        <CategoryName>sample string 3</CategoryName>
        <CategoryScore>4</CategoryScore>
        <CountSample>1</CountSample>
        <Delivery_Experience>1</Delivery_Experience>
        <Key_KPI>1</Key_KPI>
        <Month>6</Month>
        <MonthYear>sample string 2</MonthYear>
        <Paperwork___Deal>1</Paperwork___Deal>
        <Q5>1</Q5>
        <Q6>1</Q6>
        <Quarter>sample string 1</Quarter>
        <Sales_Representative>1</Sales_Representative>
        <SectionWeightage>5</SectionWeightage>
        <Welcome___Showroom_Experience>1</Welcome___Showroom_Experience>
        <Year>7</Year>
      </SectionScoreInfo>
    </Dtl>
    <MSPIN>sample string 17</MSPIN>
    <Month>11</Month>
    <Q5>14</Q5>
    <Q6>15</Q6>
    <RegionName>sample string 9</RegionName>
    <State>sample string 2</State>
    <Year>10</Year>
    <ZoneName>sample string 8</ZoneName>
  </ZoneSectionInfo>
  <ZoneSectionInfo>
    <AllIndiaCEI>13</AllIndiaCEI>
    <BSCName>sample string 1</BSCName>
    <Category>sample string 18</Category>
    <CategoryScore>19</CategoryScore>
    <CityCluster>sample string 4</CityCluster>
    <CityName>sample string 3</CityName>
    <CountSample>12</CountSample>
    <DSEName>sample string 16</DSEName>
    <DealerCode>sample string 6</DealerCode>
    <DealerGorupName>sample string 7</DealerGorupName>
    <DealerName>sample string 5</DealerName>
    <Dtl>
      <SectionScoreInfo>
        <ALLIndiaCEI>1</ALLIndiaCEI>
        <CategoryName>sample string 3</CategoryName>
        <CategoryScore>4</CategoryScore>
        <CountSample>1</CountSample>
        <Delivery_Experience>1</Delivery_Experience>
        <Key_KPI>1</Key_KPI>
        <Month>6</Month>
        <MonthYear>sample string 2</MonthYear>
        <Paperwork___Deal>1</Paperwork___Deal>
        <Q5>1</Q5>
        <Q6>1</Q6>
        <Quarter>sample string 1</Quarter>
        <Sales_Representative>1</Sales_Representative>
        <SectionWeightage>5</SectionWeightage>
        <Welcome___Showroom_Experience>1</Welcome___Showroom_Experience>
        <Year>7</Year>
      </SectionScoreInfo>
      <SectionScoreInfo>
        <ALLIndiaCEI>1</ALLIndiaCEI>
        <CategoryName>sample string 3</CategoryName>
        <CategoryScore>4</CategoryScore>
        <CountSample>1</CountSample>
        <Delivery_Experience>1</Delivery_Experience>
        <Key_KPI>1</Key_KPI>
        <Month>6</Month>
        <MonthYear>sample string 2</MonthYear>
        <Paperwork___Deal>1</Paperwork___Deal>
        <Q5>1</Q5>
        <Q6>1</Q6>
        <Quarter>sample string 1</Quarter>
        <Sales_Representative>1</Sales_Representative>
        <SectionWeightage>5</SectionWeightage>
        <Welcome___Showroom_Experience>1</Welcome___Showroom_Experience>
        <Year>7</Year>
      </SectionScoreInfo>
    </Dtl>
    <MSPIN>sample string 17</MSPIN>
    <Month>11</Month>
    <Q5>14</Q5>
    <Q6>15</Q6>
    <RegionName>sample string 9</RegionName>
    <State>sample string 2</State>
    <Year>10</Year>
    <ZoneName>sample string 8</ZoneName>
  </ZoneSectionInfo>
</ArrayOfZoneSectionInfo>