Update multiple Identifier items
Create or Update multiple Identifier items.
This request is used by Link
management system. Link adds to each identifier and apartment link_id
and apartment_link_id
to link them together.
They can be added to multiple panels and removed by link_id
param using POST /access/identifiers/link/delete
- application/json
Request Body required
- list_items object[]
Responses
- 200
- 400
- 401
OK
- application/json
- Schema
- Example (from schema)
Schema
result object[]
link_id stringnullCan be settled only by remote server. 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
]
{
"result": [
{
"link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
"success": true,
"extended_info": "created"
}
]
}
Wrong JSON body
Log In
Loading...