POST api/CustomerSOPWise/GetCustomerSOPWise
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:57.1363398+05:30",
"ServiceEndDate": "2025-12-01T04:33:57.1363398+05:30",
"SaleStartDate": "2025-12-01T04:33:57.1363398+05:30",
"SaleEndDate": "2025-12-01T04:33:57.1363398+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:57.1363398+05:30</SaleEndDate> <SaleStartDate>2025-12-01T04:33:57.1363398+05:30</SaleStartDate> <ServiceEndDate>2025-12-01T04:33:57.1363398+05:30</ServiceEndDate> <ServiceStartDate>2025-12-01T04:33:57.1363398+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 CustomerSOPWiseDto| Name | Description | Type | Additional information |
|---|---|---|---|
| ZoneName | string |
None. |
|
| RegionName | string |
None. |
|
| Channel | integer |
None. |
|
| DealerCode | string |
None. |
|
| OutletName | string |
None. |
|
| CarName | string |
None. |
|
| FirstName | string |
None. |
|
| MobileNo | string |
None. |
|
| ChassisNumber | string |
None. |
|
| CityName | string |
None. |
|
| ServiceDate | date |
None. |
|
| SOPAdhrence | decimal number |
None. |
|
| SOP1 | decimal number |
None. |
|
| SOP2 | decimal number |
None. |
|
| SOP3 | decimal number |
None. |
|
| SOP4 | decimal number |
None. |
|
| SOP5 | decimal number |
None. |
|
| SOP6 | decimal number |
None. |
|
| SOP7 | decimal number |
None. |
|
| SOP8 | decimal number |
None. |
|
| SOP9 | decimal number |
None. |
|
| SOP10 | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ZoneName": "sample string 1",
"RegionName": "sample string 2",
"Channel": 3,
"DealerCode": "sample string 4",
"OutletName": "sample string 5",
"CarName": "sample string 6",
"FirstName": "sample string 7",
"MobileNo": "sample string 8",
"ChassisNumber": "sample string 9",
"CityName": "sample string 10",
"ServiceDate": "2025-12-01T04:33:57.1363398+05:30",
"SOPAdhrence": 1.0,
"SOP1": 1.0,
"SOP2": 1.0,
"SOP3": 1.0,
"SOP4": 1.0,
"SOP5": 1.0,
"SOP6": 1.0,
"SOP7": 1.0,
"SOP8": 1.0,
"SOP9": 1.0,
"SOP10": 1.0
},
{
"ZoneName": "sample string 1",
"RegionName": "sample string 2",
"Channel": 3,
"DealerCode": "sample string 4",
"OutletName": "sample string 5",
"CarName": "sample string 6",
"FirstName": "sample string 7",
"MobileNo": "sample string 8",
"ChassisNumber": "sample string 9",
"CityName": "sample string 10",
"ServiceDate": "2025-12-01T04:33:57.1363398+05:30",
"SOPAdhrence": 1.0,
"SOP1": 1.0,
"SOP2": 1.0,
"SOP3": 1.0,
"SOP4": 1.0,
"SOP5": 1.0,
"SOP6": 1.0,
"SOP7": 1.0,
"SOP8": 1.0,
"SOP9": 1.0,
"SOP10": 1.0
}
]
application/xml, text/xml
Sample:
<ArrayOfCDIReportBLL.CustomerSOPWiseDto xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ProjectBLL.CustomModel">
<CDIReportBLL.CustomerSOPWiseDto>
<CarName>sample string 6</CarName>
<Channel>3</Channel>
<ChassisNumber>sample string 9</ChassisNumber>
<CityName>sample string 10</CityName>
<DealerCode>sample string 4</DealerCode>
<FirstName>sample string 7</FirstName>
<MobileNo>sample string 8</MobileNo>
<OutletName>sample string 5</OutletName>
<RegionName>sample string 2</RegionName>
<SOP1>1</SOP1>
<SOP10>1</SOP10>
<SOP2>1</SOP2>
<SOP3>1</SOP3>
<SOP4>1</SOP4>
<SOP5>1</SOP5>
<SOP6>1</SOP6>
<SOP7>1</SOP7>
<SOP8>1</SOP8>
<SOP9>1</SOP9>
<SOPAdhrence>1</SOPAdhrence>
<ServiceDate>2025-12-01T04:33:57.1363398+05:30</ServiceDate>
<ZoneName>sample string 1</ZoneName>
</CDIReportBLL.CustomerSOPWiseDto>
<CDIReportBLL.CustomerSOPWiseDto>
<CarName>sample string 6</CarName>
<Channel>3</Channel>
<ChassisNumber>sample string 9</ChassisNumber>
<CityName>sample string 10</CityName>
<DealerCode>sample string 4</DealerCode>
<FirstName>sample string 7</FirstName>
<MobileNo>sample string 8</MobileNo>
<OutletName>sample string 5</OutletName>
<RegionName>sample string 2</RegionName>
<SOP1>1</SOP1>
<SOP10>1</SOP10>
<SOP2>1</SOP2>
<SOP3>1</SOP3>
<SOP4>1</SOP4>
<SOP5>1</SOP5>
<SOP6>1</SOP6>
<SOP7>1</SOP7>
<SOP8>1</SOP8>
<SOP9>1</SOP9>
<SOPAdhrence>1</SOPAdhrence>
<ServiceDate>2025-12-01T04:33:57.1363398+05:30</ServiceDate>
<ZoneName>sample string 1</ZoneName>
</CDIReportBLL.CustomerSOPWiseDto>
</ArrayOfCDIReportBLL.CustomerSOPWiseDto>