---
title: "Add maintenance to equipment"
method: POST
path: "/api/v1/maintenances"
tags: ["Maintenances"]
---

# Add maintenance to equipment

`POST /api/v1/maintenances`

## Request body

- CreateMaintenance
  - `token` string, required
  - `item` object
    - `item_id` integer, required — The ID of the equipment
    - `item_type` string, required — the class of the item (System::Instrument)
    - `maintenance_type_id` integer, required — The ID of the maintenance type
    - `frequency_period` integer, required — the time period in numbers
    - `frequency_frame` string, required — one of the following time frames - hour/day/week/month/year

## Response `201`

maintenance created

## Other responses

- `401` — invalid request

---

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