---
title: "api/inspections POST
Register a new hive inspection the 'inspection' object. The object reflects only the general inspection data."
method: POST
path: "/api/inspections/store"
tags: ["Api\\InspectionsController"]
---

# api/inspections POST
Register a new hive inspection the 'inspection' object. The object reflects only the general inspection data.

`POST /api/inspections/store`

## Headers

- `Authorization` string
- `Content-Type` string
- `Accept` string
- `Accept-language` string

## Request body

- object
  - `date` string, required — The (local time) date time of the inspection.
  - `items` object, required — An object of category id's containing their inspected values (id's in case of lists, otherwise numeric/textual values).
  - `hive_id` integer — Het value veld is verplicht wanneer <code>hive_ids</code> niet aanwezig is.
  - `hive_ids` string[], required — Array of Hive ids to which this inspection should be linked.
  - `location_id` string — id to which this inspection should be linked.
  - `id` integer — If provided, edit and do not create inspection. Required to edit the inspection.
  - `impression` integer — Numeric impression value -1 (unfilled) to 1-3 (smileys).
  - `attention` integer — Numeric impression value -1 (unfilled) to 0-1 (needs attention).
  - `reminder` string — Textual value of the reminder fields.
  - `reminder_date` string — The (local time) date time for an optional reminder that can be fed to the users calender.
  - `notes` string — Textual value of the notes fields.
  - `checklist_id` integer — Id of the user checklist for generating this inspection.

---

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