GET api/Partner/GetPartnerFCStudCount?whr={whr}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| whr | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GetPartnerFCStudCount_Result| Name | Description | Type | Additional information |
|---|---|---|---|
| pgid | string |
None. |
|
| partnerid | string |
None. |
|
| totalstd | integer |
None. |
|
| academicyear | string |
None. |
|
| examtype | string |
None. |
|
| First | integer |
None. |
|
| Second | integer |
None. |
|
| Third | integer |
None. |
|
| Fourth | integer |
None. |
|
| Sixth | integer |
None. |
|
| Eighth | integer |
None. |
|
| Tenth | integer |
None. |
|
| Twelth | integer |
None. |
|
| Fifth | integer |
None. |
|
| Seventh | integer |
None. |
|
| Ninth | integer |
None. |
|
| Eleventh | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"totalstd": 1,
"academicyear": "sample string 3",
"examtype": "sample string 4",
"First": 5,
"Second": 6,
"Third": 7,
"Fourth": 8,
"Sixth": 9,
"Eighth": 10,
"Tenth": 11,
"Twelth": 12,
"Fifth": 13,
"Seventh": 14,
"Ninth": 15,
"Eleventh": 16
},
{
"pgid": "sample string 1",
"partnerid": "sample string 2",
"totalstd": 1,
"academicyear": "sample string 3",
"examtype": "sample string 4",
"First": 5,
"Second": 6,
"Third": 7,
"Fourth": 8,
"Sixth": 9,
"Eighth": 10,
"Tenth": 11,
"Twelth": 12,
"Fifth": 13,
"Seventh": 14,
"Ninth": 15,
"Eleventh": 16
}
]
application/xml, text/xml
Sample:
<ArrayOfGetPartnerFCStudCount_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
<GetPartnerFCStudCount_Result>
<Eighth>10</Eighth>
<Eleventh>16</Eleventh>
<Fifth>13</Fifth>
<First>5</First>
<Fourth>8</Fourth>
<Ninth>15</Ninth>
<Second>6</Second>
<Seventh>14</Seventh>
<Sixth>9</Sixth>
<Tenth>11</Tenth>
<Third>7</Third>
<Twelth>12</Twelth>
<academicyear>sample string 3</academicyear>
<examtype>sample string 4</examtype>
<partnerid>sample string 2</partnerid>
<pgid>sample string 1</pgid>
<totalstd>1</totalstd>
</GetPartnerFCStudCount_Result>
<GetPartnerFCStudCount_Result>
<Eighth>10</Eighth>
<Eleventh>16</Eleventh>
<Fifth>13</Fifth>
<First>5</First>
<Fourth>8</Fourth>
<Ninth>15</Ninth>
<Second>6</Second>
<Seventh>14</Seventh>
<Sixth>9</Sixth>
<Tenth>11</Tenth>
<Third>7</Third>
<Twelth>12</Twelth>
<academicyear>sample string 3</academicyear>
<examtype>sample string 4</examtype>
<partnerid>sample string 2</partnerid>
<pgid>sample string 1</pgid>
<totalstd>1</totalstd>
</GetPartnerFCStudCount_Result>
</ArrayOfGetPartnerFCStudCount_Result>