Calls the lift to the floor
Calls the lift to the floor
- Not available in access control mode
- application/json
Request Body
- caller string
Possible values: [
api,remote_server,broadcast_message,concierge,broadcast_panel,broadcast_monitor]This model describes the entity that call the lift, affects the display in the device log
- direction string required
Possible values: [
up,down,any] destination object required
oneOf- MOD1
- MOD2
floor integer requiredapartment string required
- 200
- 400
- 401
- 404
OK
Data validation error
- application/json
- Schema
- Example (from schema)
Schema
error object
code stringPossible values: [
invalid_authentification,permission_denied,not_valid,system_error]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
Please log in
- application/json
- Schema
- Example (from schema)
- Example
Schema
error object
code stringPossible values: [
invalid_authentification,permission_denied,not_valid,system_error]Error code
message stringError message
data object
Did not pass validation parameters. Can be represented as an object, which can include field names, arrays, query parameters etc.
param string
{
"error": {
"code": "not_valid",
"message": "Data validation error",
"data": {
"param": "must be an string"
}
}
}
{
"error": {
"code": "invalid_authentification",
"message": "Log In"
}
}
Not Found