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