---
title: "Creates one floor map label."
method: POST
path: "/locations/floor/{floorId}/label"
tags: ["Location"]
---

# Creates one floor map label.

`POST /locations/floor/{floorId}/label`

Creates one floor map label which references the floor given by its id.

## Path parameters

- `floorId` integer, required

## Request body

- XiqFloorMapLabel — Floor Map Label information.
  - `id` integer, required — The Floor Map Label, its id
  - `floor_id` integer — The Floor, its id
  - `x` number, double, required — The Floor Map Label, its x coordinate on the map
  - `y` number, double, required — The Floor Map Label, its y coordinate on the map
  - `text` string, required — The Floor Map Label, its text.
  - `visible` boolean — Visible?

## Response `200`

OK

- XiqFloorMapLabel — Floor Map Label information.
  - `id` integer, required — The Floor Map Label, its id
  - `floor_id` integer — The Floor, its id
  - `x` number, double, required — The Floor Map Label, its x coordinate on the map
  - `y` number, double, required — The Floor Map Label, its y coordinate on the map
  - `text` string, required — The Floor Map Label, its text.
  - `visible` boolean — Visible?

---

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