POST api/Attendance/ApproveRejectAttendance

Request Information

URI Parameters

None.

Body Parameters

updatetAtendanceApproval
NameDescriptionTypeAdditional information
currentusername

string

None.

id

integer

None.

employeeId

string

None.

status

string

None.

device_id

string

None.

comments

string

None.

Request Formats

application/json, text/json

Sample:
{
  "currentusername": "sample string 1",
  "id": 2,
  "employeeId": "sample string 3",
  "status": "sample string 4",
  "device_id": "sample string 5",
  "comments": "sample string 6"
}

application/xml, text/xml

Sample:
<updatetAtendanceApproval xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <comments>sample string 6</comments>
  <currentusername>sample string 1</currentusername>
  <device_id>sample string 5</device_id>
  <employeeId>sample string 3</employeeId>
  <id>2</id>
  <status>sample string 4</status>
</updatetAtendanceApproval>

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.