GET api/Partner/SahyogiStateWiseData/{partnerid}/{acyear}/{pgid}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
partnerid | string |
Required |
|
acyear | string |
Required |
|
pgid | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of SahyogiStateWiseDataName | Description | Type | Additional information |
---|---|---|---|
statewiseid | integer |
None. |
|
pgid | string |
None. |
|
acyear | string |
None. |
|
partnerid | string |
None. |
|
center | integer |
None. |
|
state | string |
None. |
|
school | integer |
None. |
|
student | integer |
None. |
|
sancharak | integer |
None. |
|
computers | integer |
None. |
|
boys | integer |
None. |
|
girls | integer |
None. |
|
totinfra | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "statewiseid": 1, "pgid": "sample string 2", "acyear": "sample string 3", "partnerid": "sample string 4", "center": 1, "state": "sample string 5", "school": 1, "student": 1, "sancharak": 1, "computers": 1, "boys": 1, "girls": 1, "totinfra": 1 }, { "statewiseid": 1, "pgid": "sample string 2", "acyear": "sample string 3", "partnerid": "sample string 4", "center": 1, "state": "sample string 5", "school": 1, "student": 1, "sancharak": 1, "computers": 1, "boys": 1, "girls": 1, "totinfra": 1 } ]
application/xml, text/xml
Sample:
<ArrayOfSahyogiStateWiseData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models"> <SahyogiStateWiseData> <acyear>sample string 3</acyear> <boys>1</boys> <center>1</center> <computers>1</computers> <girls>1</girls> <partnerid>sample string 4</partnerid> <pgid>sample string 2</pgid> <sancharak>1</sancharak> <school>1</school> <state>sample string 5</state> <statewiseid>1</statewiseid> <student>1</student> <totinfra>1</totinfra> </SahyogiStateWiseData> <SahyogiStateWiseData> <acyear>sample string 3</acyear> <boys>1</boys> <center>1</center> <computers>1</computers> <girls>1</girls> <partnerid>sample string 4</partnerid> <pgid>sample string 2</pgid> <sancharak>1</sancharak> <school>1</school> <state>sample string 5</state> <statewiseid>1</statewiseid> <student>1</student> <totinfra>1</totinfra> </SahyogiStateWiseData> </ArrayOfSahyogiStateWiseData>