POST api/Dashboard/MarkAttendanceFacialRecognition

Request Information

URI Parameters

None.

Body Parameters

MarkAttendanceFacialParam
NameDescriptionTypeAdditional information
EmployeeCode

string

None.

PunchTime

string

None.

CheckInCheckOutStatus

string

None.

device_id

string

None.

AttendanceSourceType

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "EmployeeCode": "sample string 1",
  "PunchTime": "sample string 2",
  "CheckInCheckOutStatus": "sample string 3",
  "device_id": "sample string 4",
  "AttendanceSourceType": 5
}

application/xml, text/xml

Sample:
<MarkAttendanceFacialParam xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <AttendanceSourceType>5</AttendanceSourceType>
  <CheckInCheckOutStatus>sample string 3</CheckInCheckOutStatus>
  <EmployeeCode>sample string 1</EmployeeCode>
  <PunchTime>sample string 2</PunchTime>
  <device_id>sample string 4</device_id>
</MarkAttendanceFacialParam>

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.