GET api/Center/GetIDIStudentAtteCCDetail?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetIDIStudentAttendanceCCDetail_Result
NameDescriptionTypeAdditional information
centid

string

None.

centname

string

None.

batchname

string

None.

totenroll

integer

None.

totpresent

integer

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchname": "sample string 3",
    "totenroll": 1,
    "totpresent": 4,
    "tRecordCount": 5
  },
  {
    "centid": "sample string 1",
    "centname": "sample string 2",
    "batchname": "sample string 3",
    "totenroll": 1,
    "totpresent": 4,
    "tRecordCount": 5
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetIDIStudentAttendanceCCDetail_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetIDIStudentAttendanceCCDetail_Result>
    <batchname>sample string 3</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <tRecordCount>5</tRecordCount>
    <totenroll>1</totenroll>
    <totpresent>4</totpresent>
  </GetIDIStudentAttendanceCCDetail_Result>
  <GetIDIStudentAttendanceCCDetail_Result>
    <batchname>sample string 3</batchname>
    <centid>sample string 1</centid>
    <centname>sample string 2</centname>
    <tRecordCount>5</tRecordCount>
    <totenroll>1</totenroll>
    <totpresent>4</totpresent>
  </GetIDIStudentAttendanceCCDetail_Result>
</ArrayOfGetIDIStudentAttendanceCCDetail_Result>