Create Identifier Entity
Create Identifier Entity
- application/json
Request Body required
identifier_owner object
name stringtype stringPossible values: [
owner
,guest
]- identifier_type string
Possible 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 string
Possible values: [
first
,second
,all
]
Responses
- 200
- 400
- 401
- 403
OK
- application/json
- Schema
- Example (from schema)
Schema
- uid integer
Possible values:
>= -1
UID for entities referenses. If value is
-1
, then it means that is no entity reference for this structure
{
"uid": 3
}
Wrong JSON body | Identifier with that type and number already exist
Log In
Administrator rights required
Loading...