Modelobject

user.VacationStats

Properties

user.VacationStatsobject
available_vacation
number
No description.
expired_vacation
number
No description.
planned_vacation
number
No description.
remaining_vacation_from_past_years
number
No description.
spent_vacation
number
No description.
spent_vacation_before_expire_date
number
No description.
subtotal_vacation_entitlement
number
No description.
teams
string
No description.
user
No description.
vacation_deduction_addition
number
No description.
vacation_entitlement
number
No description.

Example

JSON
{
  "available_vacation": 123.45,
  "expired_vacation": 123.45,
  "planned_vacation": 123.45,
  "remaining_vacation_from_past_years": 123.45,
  "spent_vacation": 123.45,
  "spent_vacation_before_expire_date": 123.45,
  "subtotal_vacation_entitlement": 123.45,
  "teams": "string",
  "user": {...},
  "vacation_deduction_addition": 123.45,
  "vacation_entitlement": 123.45
}