GET api/Student/GetRptMonthwiseEnrollmentCAL/{userid}/{role}/{pgid}?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
userid

string

Required

role

string

Required

pgid

string

Required

whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptMonthwiseEnrollmentCAL_Result
NameDescriptionTypeAdditional information
state

string

None.

city

string

None.

teamleaderid

string

None.

centid

string

None.

schoolid

string

None.

partnerid

string

None.

year

string

None.

tlname

string

None.

schoolname

string

None.

centname

string

None.

july

integer

None.

august

integer

None.

september

integer

None.

october

integer

None.

november

integer

None.

december

integer

None.

january

integer

None.

february

integer

None.

march

integer

None.

april

integer

None.

may

integer

None.

june

integer

None.

total

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "teamleaderid": "sample string 3",
    "centid": "sample string 4",
    "schoolid": "sample string 5",
    "partnerid": "sample string 6",
    "year": "sample string 7",
    "tlname": "sample string 8",
    "schoolname": "sample string 9",
    "centname": "sample string 10",
    "july": 11,
    "august": 12,
    "september": 13,
    "october": 14,
    "november": 15,
    "december": 16,
    "january": 17,
    "february": 18,
    "march": 19,
    "april": 20,
    "may": 21,
    "june": 22,
    "total": 23,
    "tRecordCount": 24
  },
  {
    "state": "sample string 1",
    "city": "sample string 2",
    "teamleaderid": "sample string 3",
    "centid": "sample string 4",
    "schoolid": "sample string 5",
    "partnerid": "sample string 6",
    "year": "sample string 7",
    "tlname": "sample string 8",
    "schoolname": "sample string 9",
    "centname": "sample string 10",
    "july": 11,
    "august": 12,
    "september": 13,
    "october": 14,
    "november": 15,
    "december": 16,
    "january": 17,
    "february": 18,
    "march": 19,
    "april": 20,
    "may": 21,
    "june": 22,
    "total": 23,
    "tRecordCount": 24
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptMonthwiseEnrollmentCAL_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptMonthwiseEnrollmentCAL_Result>
    <april>20</april>
    <august>12</august>
    <centid>sample string 4</centid>
    <centname>sample string 10</centname>
    <city>sample string 2</city>
    <december>16</december>
    <february>18</february>
    <january>17</january>
    <july>11</july>
    <june>22</june>
    <march>19</march>
    <may>21</may>
    <november>15</november>
    <october>14</october>
    <partnerid>sample string 6</partnerid>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 9</schoolname>
    <september>13</september>
    <state>sample string 1</state>
    <tRecordCount>24</tRecordCount>
    <teamleaderid>sample string 3</teamleaderid>
    <tlname>sample string 8</tlname>
    <total>23</total>
    <year>sample string 7</year>
  </GetRptMonthwiseEnrollmentCAL_Result>
  <GetRptMonthwiseEnrollmentCAL_Result>
    <april>20</april>
    <august>12</august>
    <centid>sample string 4</centid>
    <centname>sample string 10</centname>
    <city>sample string 2</city>
    <december>16</december>
    <february>18</february>
    <january>17</january>
    <july>11</july>
    <june>22</june>
    <march>19</march>
    <may>21</may>
    <november>15</november>
    <october>14</october>
    <partnerid>sample string 6</partnerid>
    <schoolid>sample string 5</schoolid>
    <schoolname>sample string 9</schoolname>
    <september>13</september>
    <state>sample string 1</state>
    <tRecordCount>24</tRecordCount>
    <teamleaderid>sample string 3</teamleaderid>
    <tlname>sample string 8</tlname>
    <total>23</total>
    <year>sample string 7</year>
  </GetRptMonthwiseEnrollmentCAL_Result>
</ArrayOfGetRptMonthwiseEnrollmentCAL_Result>