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