Create/Update multiple Apartment Entities
Create/Update multiple Apartment Entities
- application/json
Request Body required
list_items object[]
apartment_address object
Logical address - an entity defines the device/user address in the address hierarchy and is used during a call, issuing identifiers, creating call forwarding rules etc.
building integerPossible values:
>= 1
and<= 9999
Building number
unit integerPossible values:
<= 99
Unit number
floor integerPossible values:
<= 98
Floor number
room integerPossible values:
<= 99
Room number
apartment_name stringName for the apartment, owner full name or apartment number usually used
residents object
Optional information about tenants
count integerThe number living in the apartment
link_id uuidUnique entity set by the server to bind some parameters with each other. By default return null value
- 200
- 400
- 401
- 403
- 404
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
result object[]
link_id uuidUnique entity set by the server to bind some parameters with each other. By default return null value
success booleanextended_info stringPossible values: [
created
,updated
,deleted
,entity_not_found
,number_taken_by_another_identifier
,bound_time_profile_doesnt_exist
]Entity state information result
{
"result": [
{
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"success": true,
"extended_info": "created"
}
]
}
{
"result": [
{
"link_id": "0bde56e8-2feb-428a-a82f-e51d2e3692ac",
"success": true,
"extended_info": "created"
},
{
"link_id": "eae44848-5e81-4861-8e63-861d9bd4ebb3",
"success": true,
"extended_info": "created"
}
]
}
Wrong JSON body
Log In
Administrator rights required
Not Found