v1

latestOpenAPI 3.1.02026-07-2421872196.9 KB
Tasks

Create a task

Creates a task for an employee to complete

post/tasks

Request body

namestring required

Name of the task to be completed

descriptionstring

Detailed description of what is to be completed. This is HTML friendly

employee_idinteger required

Assigned employee of the task

starts_onstring date

Date of when the task will start. Defaults to today's date

ends_onstring date

Optional date of when the task will end

Response

OK