POST api/BiometricIntegration/ImportBiometricAttendance

Request Information

URI Parameters

None.

Body Parameters

Collection of BiometricData
NameDescriptionTypeAdditional information
devicelogid

integer

None.

deviceid

integer

None.

EmployeeCode

string

None.

logdate

date

None.

CheckInCheckOutStatus

string

None.

DeviceTableName

string

None.

AppKey

string

None.

Request Formats

application/json, text/json

Sample:
[
  {
    "devicelogid": 1,
    "deviceid": 2,
    "EmployeeCode": "sample string 3",
    "logdate": "2025-01-03T22:01:05.8861556+00:00",
    "CheckInCheckOutStatus": "sample string 5",
    "DeviceTableName": "sample string 6",
    "AppKey": "sample string 7"
  },
  {
    "devicelogid": 1,
    "deviceid": 2,
    "EmployeeCode": "sample string 3",
    "logdate": "2025-01-03T22:01:05.8861556+00:00",
    "CheckInCheckOutStatus": "sample string 5",
    "DeviceTableName": "sample string 6",
    "AppKey": "sample string 7"
  }
]

application/xml, text/xml

Sample:
<ArrayOfBiometricData xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HRMSWebApi.Models">
  <BiometricData>
    <AppKey>sample string 7</AppKey>
    <CheckInCheckOutStatus>sample string 5</CheckInCheckOutStatus>
    <DeviceTableName>sample string 6</DeviceTableName>
    <EmployeeCode>sample string 3</EmployeeCode>
    <deviceid>2</deviceid>
    <devicelogid>1</devicelogid>
    <logdate>2025-01-03T22:01:05.8861556+00:00</logdate>
  </BiometricData>
  <BiometricData>
    <AppKey>sample string 7</AppKey>
    <CheckInCheckOutStatus>sample string 5</CheckInCheckOutStatus>
    <DeviceTableName>sample string 6</DeviceTableName>
    <EmployeeCode>sample string 3</EmployeeCode>
    <deviceid>2</deviceid>
    <devicelogid>1</devicelogid>
    <logdate>2025-01-03T22:01:05.8861556+00:00</logdate>
  </BiometricData>
</ArrayOfBiometricData>

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.