v1

latestOpenAPI 3.1.02026-08-045901.5 MB

Update Checkin Checkout

This API functionality captures the checkin & checkout of an employee. This is used in HR-Reception to update the actual checkin /checkout time.

put/hr/attendance

Query parameters

mobilenumber double required

mobile number of an employee

lattitudestring

Geographic latitude of the user's current location

longitudestring

Geographic longitude of the user's current location

ipstring

Public IP address from which the request is made

imagestring required

Base64-encoded string of an image

Headers

api-tokenstring

Generate token from authentication api

x-api-keystring

Response

200

statusinteger
msgstring

Example response

{
  "status": 1,
  "msg": "Checkedin/checkedout Successfully"
}