Skip to main content

Update Identifier Entity

Update Identifier Entity

Path Parameters
  • identifier-uid integer required

    Possible values: >= 1

    Unique Id for physical/input code identifier

Request Body required
  • identifier_owner object required

    Identifier owner information

  • name string required

    User name

  • type string required

    Possible values: [owner, guest]

    Identifier owner type

  • identifier_type string required

    Possible values: [card, ukey, inputCode, face_id, qr, license_plate]

    Identifier type

  • identifier_number string required
    • hex, number or face eigenvalue data in Base64 - This param ignored if you create face identifier by uploading image

    • hex or dec if identifier_type is card or ukey

    • dec if identifier_type is inputCode

    • uuid if identifier_type is qr

    • pattern for hex and dec - [0-9]{1,10} or ([0-9A-Fa-f]{2}[:-]){1,7}([0-9A-Fa-f]{2})

  • lock string required

    Possible values: [first, second, all]

    Lock

  • valid object

    Access restriction by time and passes

  • time object required

    Restriction by time

  • is_permanent boolean required

    If enabled Identifier will has permanent access by time

  • from int64

    Unix Timestamp Date

  • to int64

    Unix Timestamp Date

  • passes object required

    Restriction by passes

  • is_permanent boolean required

    If enabled Identifier will has permanent access by passes

  • max_passes integer

    Possible values: >= 1

    Max passes count. If Identifier is permanent this field is not required

Responses

OK

Loading...