---
title: "Report on/off duty change"
method: POST
path: "/api/v1/field-providers/duty/"
tags: ["Field Providers", "Field API — Duty"]
---

# Report on/off duty change

`POST /api/v1/field-providers/duty/`

Records a duty transition. Idempotent on ``client_event_id`` — a retry with
the same key returns the existing event rather than creating a duplicate.

## Request body

- DutyChangeRequest
  - `on_duty` boolean, required
  - `occurred_at` string, date-time, required
  - `client_event_id` string, required

## Response `200`

OK

- DutyChangeResponse
  - `id` string, required
  - `on_duty` boolean, required
  - `occurred_at` string, date-time, required

---

[API](https://skmtc.net/cloverhealth/apis/clover-api.md) · [All operations](https://skmtc.net/cloverhealth/apis/clover-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cloverhealth/clover-api/revisions/28797307aae6/schema)
