Update Identifier Entity
Update Identifier Entity
Path Parameters
- identifierUid integer requiredPossible values: >= 1Unique Id for physical/input code identifier 
- application/json
Request Body required
- identifier_owner object requiredname string requiredtype string required- Possible values: [ - owner,- guest]
- identifier_type string requiredPossible values: [ card,ukey,inputCode,face_id,qr,license_plate]
- identifier_number string required- 
hex, number or face eiginvalue 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 requiredPossible values: [ first,second,all]
- valid object- time object requiredis_permanent boolean requiredfrom int64- Unix Timestamp Date to int64- Unix Timestamp Date - passes object requiredis_permanent boolean requiredmax_passes integer- Possible values: - >= 1
Responses
- 200
- 400
- 401
- 403
OK
- Wrong Identifier uid
- Identifier with that type and number already exist
- Cannot create identifier with the same input code number as master code
- Cannot create identifier with same card number as master card
- You cannot create face_ididentifier on this panel
- Date frommust be greater thanto
- application/json
- Schema
- Example (from schema)
- Wrong Identifier uid
- Identifier exists
- Duplicate master code
- Duplicate master card
- Cannot create face id
- Wrong face id data
- Invalid timerules settings
Schema
- error string
{
  "error": true
}
{
  "error": "Wrong Identifier uid"
}
{
  "error": "Identifier with that type and number already exist"
}
{
  "error": "Cannot create identifier with the same input code number as master code"
}
{
  "error": "Cannot create identifier with same card number as master card"
}
{
  "error": "You cannot create face_id identifier on this panel"
}
{
  "error": "Wrong face_id image data"
}
{
  "error": "Date `from` must be greater than `to`"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Administrator rights required. You are currently logged in with different user account. Log In with administrator rights
- application/json
- Schema
- Example (from schema)
- Admin Rights Required
Schema
- error string
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}
Loading...