cURL
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>" ] }
Create a new floor
Id of the floor's project
Name of the floor
Position or order of the floor
Successful operation
The response is of type object.
object