---
title: "Send a Shift Handover"
method: POST
path: "/oncall/handovers/{id}/send"
tags: ["Oncall Shifts"]
---

# Send a Shift Handover

`POST /oncall/handovers/{id}/send`

## Path parameters

- `id` string, required

## Request body

- SendOncallShiftHandoverRequestBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `attributes` SendOncallShiftHandoverAttributes, required

## Response `200`

OK

- SendOncallShiftHandoverResponseBody
  - `$schema` string, uri — A URL to the JSON Schema for this object.
  - `data` OncallShiftHandover, required
    - `attributes` OncallShiftHandoverAttributes, required
      - `content` OncallShiftHandoverSection[], required
        - `header` string, required
        - `jsonContent` string
        - `kind` 'regular' | 'annotations', required
      - `pinnedAnnotations` EventAnnotation[], required
        - `attributes` EventAnnotationAttributes, required
          - `creator` ExpandableUserAttributes, required
            - `attributes` UserAttributes
              - …
            - `id` string, required
          - `event` ExpandableEventAttributes, required
            - `attributes` EventAttributes
              - …
            - `id` string, required
          - `minutesOccupied` integer, required
          - `notes` string, required
          - `tags` string[], required
        - `id` string, required
      - `sentAt` string, date-time, required
      - `shiftId` string, required
    - `id` string, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

[API](https://skmtc.net/rezible/apis/rezible-api.md) · [All operations](https://skmtc.net/rezible/apis/rezible-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rezible/rezible-api/versions/d226beeef0bf/schema)
