GET api/Student/GetRptMonthlyAttendanceIDIPercentage/{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 GetRptMonthlyAttendanceIDIPercentage_Result
NameDescriptionTypeAdditional information
attid

string

None.

centid

string

None.

teamleaderid

string

None.

pgid

string

None.

iditeamleaderid

string

None.

state

string

None.

district

string

None.

city

string

None.

batchid

string

None.

batchname

string

None.

coursename

string

None.

parentbatch

string

None.

centname

string

None.

CCname

string

None.

partnerid

string

None.

partnername

string

None.

year

string

None.

month

string

None.

remark

string

None.

studcount

integer

None.

totpresent

integer

None.

totabsent

integer

None.

actualday

integer

None.

presntper

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "attid": "sample string 1",
    "centid": "sample string 2",
    "teamleaderid": "sample string 3",
    "pgid": "sample string 4",
    "iditeamleaderid": "sample string 5",
    "state": "sample string 6",
    "district": "sample string 7",
    "city": "sample string 8",
    "batchid": "sample string 9",
    "batchname": "sample string 10",
    "coursename": "sample string 11",
    "parentbatch": "sample string 12",
    "centname": "sample string 13",
    "CCname": "sample string 14",
    "partnerid": "sample string 15",
    "partnername": "sample string 16",
    "year": "sample string 17",
    "month": "sample string 18",
    "remark": "sample string 19",
    "studcount": 20,
    "totpresent": 1,
    "totabsent": 1,
    "actualday": 1,
    "presntper": 21,
    "tRecordCount": 22
  },
  {
    "attid": "sample string 1",
    "centid": "sample string 2",
    "teamleaderid": "sample string 3",
    "pgid": "sample string 4",
    "iditeamleaderid": "sample string 5",
    "state": "sample string 6",
    "district": "sample string 7",
    "city": "sample string 8",
    "batchid": "sample string 9",
    "batchname": "sample string 10",
    "coursename": "sample string 11",
    "parentbatch": "sample string 12",
    "centname": "sample string 13",
    "CCname": "sample string 14",
    "partnerid": "sample string 15",
    "partnername": "sample string 16",
    "year": "sample string 17",
    "month": "sample string 18",
    "remark": "sample string 19",
    "studcount": 20,
    "totpresent": 1,
    "totabsent": 1,
    "actualday": 1,
    "presntper": 21,
    "tRecordCount": 22
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptMonthlyAttendanceIDIPercentage_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptMonthlyAttendanceIDIPercentage_Result>
    <CCname>sample string 14</CCname>
    <actualday>1</actualday>
    <attid>sample string 1</attid>
    <batchid>sample string 9</batchid>
    <batchname>sample string 10</batchname>
    <centid>sample string 2</centid>
    <centname>sample string 13</centname>
    <city>sample string 8</city>
    <coursename>sample string 11</coursename>
    <district>sample string 7</district>
    <iditeamleaderid>sample string 5</iditeamleaderid>
    <month>sample string 18</month>
    <parentbatch>sample string 12</parentbatch>
    <partnerid>sample string 15</partnerid>
    <partnername>sample string 16</partnername>
    <pgid>sample string 4</pgid>
    <presntper>21</presntper>
    <remark>sample string 19</remark>
    <state>sample string 6</state>
    <studcount>20</studcount>
    <tRecordCount>22</tRecordCount>
    <teamleaderid>sample string 3</teamleaderid>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
    <year>sample string 17</year>
  </GetRptMonthlyAttendanceIDIPercentage_Result>
  <GetRptMonthlyAttendanceIDIPercentage_Result>
    <CCname>sample string 14</CCname>
    <actualday>1</actualday>
    <attid>sample string 1</attid>
    <batchid>sample string 9</batchid>
    <batchname>sample string 10</batchname>
    <centid>sample string 2</centid>
    <centname>sample string 13</centname>
    <city>sample string 8</city>
    <coursename>sample string 11</coursename>
    <district>sample string 7</district>
    <iditeamleaderid>sample string 5</iditeamleaderid>
    <month>sample string 18</month>
    <parentbatch>sample string 12</parentbatch>
    <partnerid>sample string 15</partnerid>
    <partnername>sample string 16</partnername>
    <pgid>sample string 4</pgid>
    <presntper>21</presntper>
    <remark>sample string 19</remark>
    <state>sample string 6</state>
    <studcount>20</studcount>
    <tRecordCount>22</tRecordCount>
    <teamleaderid>sample string 3</teamleaderid>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
    <year>sample string 17</year>
  </GetRptMonthlyAttendanceIDIPercentage_Result>
</ArrayOfGetRptMonthlyAttendanceIDIPercentage_Result>