POST api/update/attendance

Request Information

URI Parameters

None.

Body Parameters

UpdateAttendance
NameDescriptionTypeAdditional information
EmpId

integer

None.

ToDate

date

None.

TimeOutLatitude

decimal number

None.

TimeOutLongitude

decimal number

None.

Request Formats

application/json, text/json

Sample:
{
  "EmpId": 1,
  "ToDate": "2025-12-05T21:08:40.2337673-08:00",
  "TimeOutLatitude": 3.0,
  "TimeOutLongitude": 4.0
}

application/xml, text/xml

Sample:
<UpdateAttendance xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/working_sample_mvc_api.Models">
  <EmpId>1</EmpId>
  <TimeOutLatitude>3</TimeOutLatitude>
  <TimeOutLongitude>4</TimeOutLongitude>
  <ToDate>2025-12-05T21:08:40.2337673-08:00</ToDate>
</UpdateAttendance>

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.