Build the matrix
Build the matrix
Build a matrix. The matrix capacity differs depending on the switch type.
{
"switch": "metakom",
"capacity": 20,
"is_last_item_first": true,
"flat_from": 1
}
POST /api/admin/v1/intercoms/{intercom}/common-matrix |
Parameters
int
intercom, Unique identifier of the intercom
string
switch, Switch type.
integer
capacity, Number of apartments within 1 switch, under the intercom_flat_capacity key
boolean
is_last_item_first, Whether the last element of the matrix is the first
200 |
Successful response
JSON
|
401 |
Authorization token not sent or not valid |
422 |
Returns a JSON object with an error.
JSON
|