POST attendance/checkin

Request Information

URI Parameters

None.

Body Parameters

AttendanceRequest
NameDescriptionTypeAdditional information
EmployeeId

string

None.

Latitude

decimal number

None.

Longitude

decimal number

None.

Source

string

None.

Timestamp

date

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeId": "sample string 1",
  "Latitude": 1.1,
  "Longitude": 1.1,
  "Source": "sample string 2",
  "Timestamp": "2026-09-23T07:32:11.1084936+05:30"
}

application/xml, text/xml

Sample:
<AttendanceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FaceAttendanceApi.DTOs">
  <EmployeeId>sample string 1</EmployeeId>
  <Latitude>1.1</Latitude>
  <Longitude>1.1</Longitude>
  <Source>sample string 2</Source>
  <Timestamp>2026-09-23T07:32:11.1084936+05:30</Timestamp>
</AttendanceRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.