1. Schemas
Personnel Data
  • /company/attendances
    GET
  • /company/attendances
    POST
  • /company/attendances/{id}
    DELETE
  • /company/attendances/{id}
    PATCH
  • /company/employees
    GET
  • Create an employee
    POST
  • /company/employees/{employee_id}
    GET
  • /company/employees/{employee_id}/profile-picture/{width}
    GET
  • /company/time-off-types
    GET
  • /company/time-offs
    GET
  • /company/time-offs
    POST
  • /company/time-offs/{id}
    DELETE
  • /company/time-offs/{id}
    GET
  • Schemas
    • Schemas
      • AbsenceEntitlement
      • AbsencePeriodResponse
      • List All Absence Periods response
      • List All Absence Periods response
      • List All Attenance Periods response
      • List All Attenance Periods response
      • Attribute
      • CostCenters
      • Create time-off periods
      • Create time-off periods
      • Time period when an employee is not available.
      • Time period when an employee is not available.
      • Department
      • Default error response
      • Default error response
      • Employee
      • Employee
      • Employee
      • List of Employees
      • List of Employees
      • Default error response
      • Default error response
      • HolidayCalendar
      • Create a New Attendance Period request
      • Create a New Attendance Period request
      • NewAttendancePeriodResponse
      • Office
      • Default response object
      • Default response object
      • Supervisor
      • Type of time-off resource
      • Type of time-off resource
      • Update an existing attendance period
      • Update an existing attendance period
      • WorkSchedule
  1. Schemas

Time period when an employee is not available.

{
    "data": {
        "attributes": {
            "certificate": {
                "status": "string"
            },
            "created_at": "string",
            "days_count": 0,
            "employee": {
                "attributes": [
                    {
                        "email": "string",
                        "first_name": "string",
                        "id": 0,
                        "last_name": "string"
                    }
                ],
                "type": "string"
            },
            "end_date": "string",
            "half_day_end": 0,
            "half_day_start": 0,
            "id": 0,
            "start_date": "string",
            "status": "string",
            "time_off_type": {
                "attributes": [
                    {
                        "id": 0,
                        "name": "string"
                    }
                ],
                "type": "string"
            }
        },
        "type": "TimeOffPeriod"
    },
    "success": true
}
Built with