v1
latestOpenAPI 3.0.02026-07-243339471.1 MBFloorPlan
Create Wall
This API is used to create walls on the floor
post/network-monitoring/v1/sitemaps/{site-id}/floors/{floor-id}/walls
Path parameters
site-idstring const required
Example:16a-aad7-4070-8a19-fd6b8e1ff012
Id of a site where walls are associated
floor-idstring required
Example:fff2bd91-de81-4097-8420-3ca7f87450fd
Id of a floor where walls are associated
Request body
Example request
{
"items": [
{
"id": "16a-aad7-4070-8a19-fd6b8e1ff012",
"wallTypeId": "dry-wall"
}
]
}Response
Created wall types successfully.
Example response
{
"code": "create-success"
}