GET api/Attendance/GetAttendanceDetail

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
model
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "userId": "sample string 1",
  "startDate": "sample string 2",
  "endDate": "sample string 3",
  "attendenceType": "sample string 4"
}

application/xml, text/xml

Sample:
<GetAttendanceInput xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LoadaccessWebAPI.Models">
  <attendenceType>sample string 4</attendenceType>
  <endDate>sample string 3</endDate>
  <startDate>sample string 2</startDate>
  <userId>sample string 1</userId>
</GetAttendanceInput>

application/x-www-form-urlencoded

Sample:

Sample not available.