GuidesAPI ReferenceChangelog
Changelog
added

v2.1.110

Added: work_schedule object to the response of contract by ID

Reference: https://developer.deel.com/reference/getcontractbyid

Example:

"work_schedule": {
      "name": “GP” work schedule,
      "work_hours_per_week": 40,
      "country": "DE",
      "employment_type": "FULL_TIME",
      "worker_types": [
        "HOURLY_DIRECT_EMPLOYEE_PAYROLL",
        "SALARIED_DIRECT_EMPLOYEE_PAYROLL"
      ],
      "work_schedule_type": "Fixed work schedule",
      "days": [
        {
          "day": "MONDAY",
          "start": "09:00:00",
          "end": "17:00:00",
          "work_hours": 8
        },
        {
          "day": "TUESDAY",
          "start": "09:00:00",
          "end": "17:00:00",
          "work_hours": 8
        },
        {
          "day": "WEDNESDAY",
          "start": "09:00:00",
          "end": "17:00:00",
          "work_hours": 8
        },
        {
          "day": "THURSDAY",
          "start": "09:00:00",
          "end": "17:00:00",
          "work_hours": 8
        },
        {
          "day": "FRIDAY",
          "start": "09:00:00",
          "end": "17:00:00",
          "work_hours": 8
        }
      ]
    }