Create and link keys to an apartment
Create and link keys to an apartment
When creating keys, they are initially entered into the intercom and after that, in case of a successful response from the intercom, they are entered into the platform.
{
"flat": null,
"keys": [
"0000003045CAAC",
"0000003046CAAC"
]
}
POST /api/admin/v1/intercoms/{intercom}/keys |
Parameters
int
intercom, Unique identifier of the intercom
array
keys, Array of intercom keys.
integer
flat, flat apartments to which the keys will be linked [VMS Admin/Intercom/Intercom Apartments/List of Intercom Apartments](../flats/index.md)
200 |
A successful response will return all generated keys
JSON
|
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|