Tasks
Create a new task
post/tasks
Request body
Example request
{
"dueDate": "2025-06-30",
"jobId": 123,
"assignedEmployeeIds": [
20,
23
]
}Response
Resource created successfully
Create a new task
{
"dueDate": "2025-06-30",
"jobId": 123,
"assignedEmployeeIds": [
20,
23
]
}Resource created successfully