GET api/Center/GetPartnerStdCityWise/{userid}/{role}/{pgid}?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
userid | string |
Required |
|
role | string |
Required |
|
pgid | string |
Required |
|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerStdCityWise_ResultName | Description | Type | Additional information |
---|---|---|---|
pgid | string |
None. |
|
city | string |
None. |
|
partnerid | string |
None. |
|
totalstd | integer |
None. |
|
First | integer |
None. |
|
Second | integer |
None. |
|
Third | integer |
None. |
|
Fourth | integer |
None. |
|
Fifth | integer |
None. |
|
Sixth | integer |
None. |
|
Seventh | integer |
None. |
|
Eighth | integer |
None. |
|
Ninth | integer |
None. |
|
Tenth | integer |
None. |
|
Eleventh | integer |
None. |
|
Twelth | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "pgid": "sample string 1", "city": "sample string 2", "partnerid": "sample string 3", "totalstd": 1, "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "Ninth": 1, "Tenth": 1, "Eleventh": 1, "Twelth": 1 }, { "pgid": "sample string 1", "city": "sample string 2", "partnerid": "sample string 3", "totalstd": 1, "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "Ninth": 1, "Tenth": 1, "Eleventh": 1, "Twelth": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerStdCityWise_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetPartnerStdCityWise_Result> <Eighth>1</Eighth> <Eleventh>1</Eleventh> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <Ninth>1</Ninth> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <Tenth>1</Tenth> <Third>1</Third> <Twelth>1</Twelth> <city>sample string 2</city> <partnerid>sample string 3</partnerid> <pgid>sample string 1</pgid> <totalstd>1</totalstd> </GetPartnerStdCityWise_Result> <GetPartnerStdCityWise_Result> <Eighth>1</Eighth> <Eleventh>1</Eleventh> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <Ninth>1</Ninth> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <Tenth>1</Tenth> <Third>1</Third> <Twelth>1</Twelth> <city>sample string 2</city> <partnerid>sample string 3</partnerid> <pgid>sample string 1</pgid> <totalstd>1</totalstd> </GetPartnerStdCityWise_Result> </ArrayOfGetPartnerStdCityWise_Result>