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