GET api/Partner/GetOLDPartnerEvaluationAllStdCount?whr={whr}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetOLDPartnerEvaluationAllStdCount_ResultName | Description | Type | Additional information |
---|---|---|---|
partnerid | string |
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. |
|
NinthNorth | integer |
None. |
|
NinthMaharashtra | integer |
None. |
|
TenthNorth | integer |
None. |
|
TenthMaharashtra | integer |
None. |
|
total | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "partnerid": "sample string 1", "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "NinthNorth": 1, "NinthMaharashtra": 1, "TenthNorth": 1, "TenthMaharashtra": 1, "total": 1 }, { "partnerid": "sample string 1", "First": 1, "Second": 1, "Third": 1, "Fourth": 1, "Fifth": 1, "Sixth": 1, "Seventh": 1, "Eighth": 1, "NinthNorth": 1, "NinthMaharashtra": 1, "TenthNorth": 1, "TenthMaharashtra": 1, "total": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfGetOLDPartnerEvaluationAllStdCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <GetOLDPartnerEvaluationAllStdCount_Result> <Eighth>1</Eighth> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <NinthMaharashtra>1</NinthMaharashtra> <NinthNorth>1</NinthNorth> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <TenthMaharashtra>1</TenthMaharashtra> <TenthNorth>1</TenthNorth> <Third>1</Third> <partnerid>sample string 1</partnerid> <total>1</total> </GetOLDPartnerEvaluationAllStdCount_Result> <GetOLDPartnerEvaluationAllStdCount_Result> <Eighth>1</Eighth> <Fifth>1</Fifth> <First>1</First> <Fourth>1</Fourth> <NinthMaharashtra>1</NinthMaharashtra> <NinthNorth>1</NinthNorth> <Second>1</Second> <Seventh>1</Seventh> <Sixth>1</Sixth> <TenthMaharashtra>1</TenthMaharashtra> <TenthNorth>1</TenthNorth> <Third>1</Third> <partnerid>sample string 1</partnerid> <total>1</total> </GetOLDPartnerEvaluationAllStdCount_Result> </ArrayOfGetOLDPartnerEvaluationAllStdCount_Result>