Tasks
Create a new task
post/tasks
Request body
Example request
{
"dueDate": "2025-06-30",
"jobId": 123,
"assignedEmployeeIds": [
20,
23
]
}Response
Resource created successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.