GET api/Student/GetRptAttendanceCenterWiseCAL2024/{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 GetRptAttendanceCenterWiseCAL2024_Result
NameDescriptionTypeAdditional information
month

string

None.

year

string

None.

partnername

string

None.

tlname

string

None.

city

string

None.

centid

string

None.

centname

string

None.

totschool

integer

None.

nursery

integer

None.

jrkg

integer

None.

srkg

integer

None.

one

integer

None.

two

integer

None.

three

integer

None.

four

integer

None.

five

integer

None.

six

integer

None.

seven

integer

None.

eight

integer

None.

nine

integer

None.

ten

integer

None.

eleven

integer

None.

twelve

integer

None.

totboys

integer

None.

totgirls

integer

None.

totstud

integer

None.

totsancharak

integer

None.

totcomp

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "month": "sample string 1",
    "year": "sample string 2",
    "partnername": "sample string 3",
    "tlname": "sample string 4",
    "city": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "totschool": 1,
    "nursery": 1,
    "jrkg": 1,
    "srkg": 1,
    "one": 1,
    "two": 1,
    "three": 1,
    "four": 1,
    "five": 1,
    "six": 1,
    "seven": 1,
    "eight": 1,
    "nine": 1,
    "ten": 1,
    "eleven": 1,
    "twelve": 1,
    "totboys": 1,
    "totgirls": 1,
    "totstud": 1,
    "totsancharak": 1,
    "totcomp": 1,
    "tRecordCount": 1
  },
  {
    "month": "sample string 1",
    "year": "sample string 2",
    "partnername": "sample string 3",
    "tlname": "sample string 4",
    "city": "sample string 5",
    "centid": "sample string 6",
    "centname": "sample string 7",
    "totschool": 1,
    "nursery": 1,
    "jrkg": 1,
    "srkg": 1,
    "one": 1,
    "two": 1,
    "three": 1,
    "four": 1,
    "five": 1,
    "six": 1,
    "seven": 1,
    "eight": 1,
    "nine": 1,
    "ten": 1,
    "eleven": 1,
    "twelve": 1,
    "totboys": 1,
    "totgirls": 1,
    "totstud": 1,
    "totsancharak": 1,
    "totcomp": 1,
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptAttendanceCenterWiseCAL2024_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptAttendanceCenterWiseCAL2024_Result>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 5</city>
    <eight>1</eight>
    <eleven>1</eleven>
    <five>1</five>
    <four>1</four>
    <jrkg>1</jrkg>
    <month>sample string 1</month>
    <nine>1</nine>
    <nursery>1</nursery>
    <one>1</one>
    <partnername>sample string 3</partnername>
    <seven>1</seven>
    <six>1</six>
    <srkg>1</srkg>
    <tRecordCount>1</tRecordCount>
    <ten>1</ten>
    <three>1</three>
    <tlname>sample string 4</tlname>
    <totboys>1</totboys>
    <totcomp>1</totcomp>
    <totgirls>1</totgirls>
    <totsancharak>1</totsancharak>
    <totschool>1</totschool>
    <totstud>1</totstud>
    <twelve>1</twelve>
    <two>1</two>
    <year>sample string 2</year>
  </GetRptAttendanceCenterWiseCAL2024_Result>
  <GetRptAttendanceCenterWiseCAL2024_Result>
    <centid>sample string 6</centid>
    <centname>sample string 7</centname>
    <city>sample string 5</city>
    <eight>1</eight>
    <eleven>1</eleven>
    <five>1</five>
    <four>1</four>
    <jrkg>1</jrkg>
    <month>sample string 1</month>
    <nine>1</nine>
    <nursery>1</nursery>
    <one>1</one>
    <partnername>sample string 3</partnername>
    <seven>1</seven>
    <six>1</six>
    <srkg>1</srkg>
    <tRecordCount>1</tRecordCount>
    <ten>1</ten>
    <three>1</three>
    <tlname>sample string 4</tlname>
    <totboys>1</totboys>
    <totcomp>1</totcomp>
    <totgirls>1</totgirls>
    <totsancharak>1</totsancharak>
    <totschool>1</totschool>
    <totstud>1</totstud>
    <twelve>1</twelve>
    <two>1</two>
    <year>sample string 2</year>
  </GetRptAttendanceCenterWiseCAL2024_Result>
</ArrayOfGetRptAttendanceCenterWiseCAL2024_Result>