---
title: "Update Checkin Checkout"
method: PUT
path: "/hr/attendance"
---

# Update Checkin Checkout

`PUT /hr/attendance`

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

## Query parameters

- `mobile` number, double, required
- `lattitude` string
- `longitude` string
- `ip` string
- `image` string, required

## Headers

- `api-token` string
- `x-api-key` string

## Response `200`

200

- object
  - `status` integer
  - `msg` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `500` — 500
- `501` — 501
- `502` — 502
- `503` — 503

---

[API](https://skmtc.dev/ledgers/apis/authentication.md) · [All operations](https://skmtc.dev/ledgers/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ledgers/authentication/revisions/605f28ef08ef/schema)
