Skip to main content

Create Employee Job


POST /services/api/v1/employee_jobs

Creates a new employee jobs.

Request Body

{
"employee_id": "rQ6ZV6W5",
"from": "2024-08-25",
"to": "2024-12-18",
"notes": null,
"time_percentage": 60.0,
"time_hours": 25.0,
"time_type": "part_time",
"time_table": null,
"classification": null,
"job_type": "unlimited",
"supervisor_id": "KRBbJBwN",
"department_id": "rQ6ZV6W5",
"location_id": "KRBbJBwN",
"name": "Regional Manager"
}

Response

The created employee job.

{
"id": "7bBJADz2",
"employee_id": "rQ6ZV6W5",
"from": "2024-08-25",
"to": "2024-12-18",
"notes": null,
"time_percentage": 60.0,
"time_hours": 25.0,
"time_type": "part_time",
"time_table": null,
"classification": null,
"job_type": "unlimited",
"supervisor_id": "KRBbJBwN",
"department_id": "rQ6ZV6W5",
"location_id": "KRBbJBwN",
"name": "Regional Manager",
"created_at": "2024-10-10T13:43:56.347Z",
"updated_at": "2024-10-14T10:06:50.112Z"
}