Update multiple Time Profile items by link_id
Create or Update multiple Time Profile items.
This request is used by Link management system. Link adds to each time profile link_id.
They can be added to multiple panels and removed by link_id param using POST /access/timeprofile/link/delete
- application/json
 
Request Body required
- list_items object[]
List of TimeProfiles
 
- 200
 - 400
 - 401
 - 403
 
OK
- application/json
 
- Schema
 - Example (from schema)
 - Example
 
Schema
result object[]
List of operation statuses
link_id uuidUnique entity set by the server to bind some parameters with each other. By default return null value
success booleanOperation status
extended_info stringPossible values: [
created,updated,deleted,entity_not_found,has_dublicates,number_taken_by_another_identifier,bad_base_64_image_file,face_has_not_recognized,bound_time_profile_doesnt_exist,face_id_not_supported,number_of_face_identifiers_exceeded,number_of_identifiers_exceeded,invalid_time_rules_settings]Entity state information result
has_dublicates booleanParameter describes if user with the same name already exists
{
  "result": [
    {
      "link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
      "success": true,
      "extended_info": "created",
      "has_dublicates": false
    }
  ]
}
{
  "result": [
    {
      "link_id": "91c615e3-1040-4815-8ecb-039a18b756b5",
      "success": true,
      "extended_info": "created"
    }
  ]
}
Wrong repeat options
- application/json
 
- Schema
 - Example (from schema)
 - Wrong repeat_type
 - Wrong format
 - Wrong repeat_point_type
 - Wrong repeat_options
 - Wrong repeat_looper range
 - Wrong Week Options
 - Wrong year range
 - Wrong Year Options
 - Wrong Day Of Month
 - Wrong months range
 - Wrong day Numbers
 
Schema
- MOD1
 - MOD2
 - error string
Error message
 - error string
Possible values: [
Wrong repeat_type,Wrong format enum name,Wrong repeat_point_type enum name,Wrong repeat_options enum name,Wrong repeat_looper range,Set in WeekOptions can't be empty,Wrong year range,Set in YearOptions can't be empty,Wrong DayOfMonth range,Wrong months range,Set in dayNumbers can't be empty,Wrong Time Profile Uid]Error message
 
{
  "error": true
}
{
  "error": "Wrong repeat_type"
}
{
  "error": "Wrong format enum name"
}
{
  "error": "Wrong repeat_point_type enum name"
}
{
  "error": "Wrong repeat_options enum name"
}
{
  "error": "Wrong repeat_looper range"
}
{
  "error": "Set in WeekOptions can't be empty"
}
{
  "error": "Wrong year range"
}
{
  "error": "Set in YearOptions can't be empty"
}
{
  "error": "Wrong DayOfMonth range"
}
{
  "error": "Wrong months range"
}
{
  "error": "Set in dayNumbers can't be empty"
}
Unauthorized request. Log In
- application/json
 
- Schema
 - Example (from schema)
 - Log In
 
Schema
- error string
Error message
 
{
  "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 message
 
{
  "error": "Administrator rights required"
}
{
  "error": "Administrator rights required"
}