Saltar al contenido principal
POST
/
api
/
v1
/
buildings
/
move
Move
curl --request POST \
  --url https://www.manglai.io/api/v1/buildings/move \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "buildingIds": [
    "<string>"
  ],
  "companyId": "<string>"
}
'

Autorizaciones

Authorization
string
header
requerido

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Cuerpo

application/json
buildingIds
string[]
companyId
string

Respuesta

200

Result of move operation