GET api/Employee/GetRptDSAttendanceSummary?whr={whr}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
whr

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of GetRptDSAttendanceSummary_Result
NameDescriptionTypeAdditional information
debatch

string

None.

batname

string

None.

totpresent

integer

None.

totabsent

integer

None.

avg

integer

None.

createby

string

None.

createbyname

string

None.

reportto

string

None.

tRecordCount

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "totpresent": 1,
    "totabsent": 1,
    "avg": 1,
    "createby": "sample string 3",
    "createbyname": "sample string 4",
    "reportto": "sample string 5",
    "tRecordCount": 1
  },
  {
    "debatch": "sample string 1",
    "batname": "sample string 2",
    "totpresent": 1,
    "totabsent": 1,
    "avg": 1,
    "createby": "sample string 3",
    "createbyname": "sample string 4",
    "reportto": "sample string 5",
    "tRecordCount": 1
  }
]

application/xml, text/xml

Sample:
<ArrayOfGetRptDSAttendanceSummary_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JankariPortalPIFAPI.Models">
  <GetRptDSAttendanceSummary_Result>
    <avg>1</avg>
    <batname>sample string 2</batname>
    <createby>sample string 3</createby>
    <createbyname>sample string 4</createbyname>
    <debatch>sample string 1</debatch>
    <reportto>sample string 5</reportto>
    <tRecordCount>1</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetRptDSAttendanceSummary_Result>
  <GetRptDSAttendanceSummary_Result>
    <avg>1</avg>
    <batname>sample string 2</batname>
    <createby>sample string 3</createby>
    <createbyname>sample string 4</createbyname>
    <debatch>sample string 1</debatch>
    <reportto>sample string 5</reportto>
    <tRecordCount>1</tRecordCount>
    <totabsent>1</totabsent>
    <totpresent>1</totpresent>
  </GetRptDSAttendanceSummary_Result>
</ArrayOfGetRptDSAttendanceSummary_Result>