Skip to main content

Create Access Zone

Creates Access Zone Entity.

Access zone provides access for proper floor when BOND lift adapter is used

Request Body required
  • name string

    Access zone name

  • code string

    Possible values: Value must match regular expression ^((\d{1,39})|(([a-f0-9]{2}-){1,15}[a-f0-9]{2}))$

    Access zone code. This code will be send to a BOND lift controller via wiegand out.

    Can be represented in decimal or hex, according to identifier representation (GET/POST /access/general/wiegand/type)

Responses

The uid value returned in the response can be used as the zone-uid parameter in next requests:

  • GET/PATCH/DELETE /access/lift/zones/{zone-uid} - to read/update/delete zone rule
  • POST/DELETE /access/lift/zones/{zone-uid}/identifier/{identifier-uid} - to attach/detach zone rule to identifier

Schema
  • uid integer

    Possible values: >= -1

    UID for entities references. If value is -1, then it means that is no entity reference for this structure

Loading...