POST api/Fingerprint/SaveApplyAttendance

Request Information

URI Parameters

None.

Body Parameters

FingerPrintVM
NameDescriptionTypeAdditional information
employeeId

integer

None.

typeId

byte

None.

date

date

None.

time

time interval

None.

note

string

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeId": 1,
  "typeId": 64,
  "date": "2024-12-23T17:58:07.8557473+02:00",
  "time": "00:00:00.1234567",
  "note": "sample string 5"
}

application/xml, text/xml

Sample:
<FingerPrintVM xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EkadHR.HRAPI.Models">
  <date>2024-12-23T17:58:07.8557473+02:00</date>
  <employeeId>1</employeeId>
  <note>sample string 5</note>
  <time>PT0.1234567S</time>
  <typeId>64</typeId>
</FingerPrintVM>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

HttpResponseMessage
NameDescriptionTypeAdditional information
Version

Version

None.

Content

HttpContent

None.

StatusCode

HttpStatusCode

None.

ReasonPhrase

string

None.

Headers

Collection of Object

None.

RequestMessage

HttpRequestMessage

None.

IsSuccessStatusCode

boolean

None.