GET api/Partner/OLDPartnerIDIAgeEnrolmentSummary/{partnerid}/{acyear}/{pgid}?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| partnerid | string |
Required |
|
| acyear | string |
Required |
|
| pgid | string |
Required |
|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of OLDPartnerIDIAgeEnrolmentSummary_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| acyear | string |
None. |
|
| partnerid | string |
None. |
|
| batid | string |
None. |
|
| groupbatch | string |
None. |
|
| boys14 | integer |
None. |
|
| girls14 | integer |
None. |
|
| total14 | integer |
None. |
|
| boys18 | integer |
None. |
|
| girls18 | integer |
None. |
|
| total18 | integer |
None. |
|
| boys21 | integer |
None. |
|
| girls21 | integer |
None. |
|
| total21 | integer |
None. |
|
| totboys | integer |
None. |
|
| totgirls | integer |
None. |
|
| alltotal | integer |
None. |
|
| type | string |
None. |
|
| city | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"acyear": "sample string 2",
"partnerid": "sample string 3",
"batid": "sample string 4",
"groupbatch": "sample string 5",
"boys14": 1,
"girls14": 1,
"total14": 1,
"boys18": 1,
"girls18": 1,
"total18": 1,
"boys21": 1,
"girls21": 1,
"total21": 1,
"totboys": 1,
"totgirls": 1,
"alltotal": 1,
"type": "sample string 6",
"city": "sample string 7"
},
{
"pgid": "sample string 1",
"acyear": "sample string 2",
"partnerid": "sample string 3",
"batid": "sample string 4",
"groupbatch": "sample string 5",
"boys14": 1,
"girls14": 1,
"total14": 1,
"boys18": 1,
"girls18": 1,
"total18": 1,
"boys21": 1,
"girls21": 1,
"total21": 1,
"totboys": 1,
"totgirls": 1,
"alltotal": 1,
"type": "sample string 6",
"city": "sample string 7"
}
]
application/xml, text/xml
Sample:
<ArrayOfOLDPartnerIDIAgeEnrolmentSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<OLDPartnerIDIAgeEnrolmentSummary_Result>
<acyear>sample string 2</acyear>
<alltotal>1</alltotal>
<batid>sample string 4</batid>
<boys14>1</boys14>
<boys18>1</boys18>
<boys21>1</boys21>
<city>sample string 7</city>
<girls14>1</girls14>
<girls18>1</girls18>
<girls21>1</girls21>
<groupbatch>sample string 5</groupbatch>
<partnerid>sample string 3</partnerid>
<pgid>sample string 1</pgid>
<total14>1</total14>
<total18>1</total18>
<total21>1</total21>
<totboys>1</totboys>
<totgirls>1</totgirls>
<type>sample string 6</type>
</OLDPartnerIDIAgeEnrolmentSummary_Result>
<OLDPartnerIDIAgeEnrolmentSummary_Result>
<acyear>sample string 2</acyear>
<alltotal>1</alltotal>
<batid>sample string 4</batid>
<boys14>1</boys14>
<boys18>1</boys18>
<boys21>1</boys21>
<city>sample string 7</city>
<girls14>1</girls14>
<girls18>1</girls18>
<girls21>1</girls21>
<groupbatch>sample string 5</groupbatch>
<partnerid>sample string 3</partnerid>
<pgid>sample string 1</pgid>
<total14>1</total14>
<total18>1</total18>
<total21>1</total21>
<totboys>1</totboys>
<totgirls>1</totgirls>
<type>sample string 6</type>
</OLDPartnerIDIAgeEnrolmentSummary_Result>
</ArrayOfOLDPartnerIDIAgeEnrolmentSummary_Result>