Modelobject

github_com_dieagenturverwaltung_api_service_user.WorktimeStats

Properties

github_com_dieagenturverwaltung_api_service_user.WorktimeStatsobject
accountable_absences
No description.
attendance
number
No description.
contract_worktime_capacity
number
No description.
teams
string
No description.
unaccountable_absences
No description.
user
No description.
worktime
number
No description.
worktime_account
number
No description.
worktime_adjustment
number
No description.

Example

JSON
{
  "accountable_absences": [
    {...}
  ],
  "attendance": 123.45,
  "contract_worktime_capacity": 123.45,
  "teams": "string",
  "unaccountable_absences": [
    {...}
  ],
  "user": {...},
  "worktime": 123.45,
  "worktime_account": 123.45,
  "worktime_adjustment": 123.45
}