Upload a summary file with keys, apartments, users
Upload a summary file with keys, apartments, users
Uploading an XLSX file to save a summary list of keys, apartments, and users for a given intercom. A notification about file downloading will be sent to the push channel token.ID
(section "Push about successful loading of the summary file key|apartment|intercom user")
If there is a data error in the file, a new file will be generated with cells marked with an error and a link to this file will be sent to the push channel token.ID
(section "Push about unsuccessful loading of the summary file key|apartment|intercom user")
If in the file, if settings for limiting viewing or opening the door are not specified for users, then the settings from the intercom will be applied.
{
"file": "file.xlsx",
"hash": "98c8ae8cd75194498f53fd37afb89625"
}
POST /api/admin/v1/intercoms/{intercom}/upload |
Parameters
int
intercom, Unique identifier of the intercom
file
file, Summary file key|apartment|user
string
hash, Temporary hash key for the file that was downloaded
201 |
JSON
|
204 |
Successful response |
401 |
Authorization token not sent or not valid |