---
title: "Report Devices"
method: POST
path: "/acs/systems/report_devices"
tags: ["/acs"]
---

# Report Devices

`POST /acs/systems/report_devices`

Reports ACS system device status including encoders and entrances.

## Request body

- object
  - `acs_encoders` object[] — Array of ACS encoders to report
    - `hotek_metadata` object, required — Hotek-specific metadata associated with the entrance.
      - `encoder_number` string, required — The encoder number determined by the USB port connection.
    - `is_removed` boolean — Whether the encoder is removed
  - `acs_entrances` object[] — Array of ACS entrances to report
    - `hotek_metadata` object, required — Hotek-specific metadata associated with the entrance.
      - `common_area_name` string — The common area name
      - `common_area_number` string — The room number identifier
      - `room_number` string — The room number identifier
    - `is_removed` boolean — Whether the entrance is removed
  - `acs_system_id` string, uuid, required — ID of the ACS system to report resources for

## Response `200`

OK

- object

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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