Update Identifier Entity
Update Identifier Entity
Path Parameters
- identifierUid integer required
Possible values:
>= 1
Unique Id for physical/input code identifier
- application/json
Request Body required
base object
identifier_owner object
name stringtype stringPossible values: [
owner
,guest
]identifier_type stringPossible values: [
card
,ukey
,inputCode
,face_id
,qr
]identifier_number hex- hex, number or face eiginvalue data in Base64.
- This param isn't required if you crete face identifier by uploading image.
lock stringPossible values: [
first
,second
,all
]valid object
time object
is_permanent boolean requiredfrom int64Unix Timestamp Date
to int64Unix Timestamp Date
passes object
is_permanent boolean requiredmax_passes integerPossible values:
>= 1
Responses
- 200
- 400
- 401
- 403
OK
- Wrong JSON body
- Wrong apartment uid
- You cannot change type (in case of face_id)
Log In
Administrator rights required
Loading...