POST
/
floors
curl --request POST \
  --url https://app.planpoint.io/api/floors \
  --header 'Authorization: <api-key>'
{
  "_id": "<string>",
  "project": "<string>",
  "units": [
    "objectId"
  ],
  "name": "<string>",
  "position": 123,
  "floorplanUrl": "<string>",
  "path": "<string>",
  "alternativePaths": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

Query Parameters

project
string
required

Id of the floor's project

name
string

Name of the floor

position
number

Position or order of the floor

Response

200
application/json
Successful operation

The response is of type object.