POST api/Admin/attendenceList

Request Information

URI Parameters

None.

Body Parameters

markattendenceRequest
NameDescriptionTypeAdditional information
empId

integer

None.

attendenceTime

date

None.

attendenceType

string

None.

Lat

string

None.

Long

string

None.

Request Formats

application/json, text/json

Sample:
{
  "empId": 1,
  "attendenceTime": "2025-12-11T06:43:40.8943257+05:30",
  "attendenceType": "sample string 3",
  "Lat": "sample string 4",
  "Long": "sample string 5"
}

application/xml, text/xml

Sample:
<markattendenceRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebapiExample.Models">
  <Lat>sample string 4</Lat>
  <Long>sample string 5</Long>
  <attendenceTime>2025-12-11T06:43:40.8943257+05:30</attendenceTime>
  <attendenceType>sample string 3</attendenceType>
  <empId>1</empId>
</markattendenceRequest>

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.