post https://api.factorialhr.com/api/2024-10-01/resources/project_management/projects
What does it do?
This creates a new project. By default, the project will be created with the status active
.
What body params do you need?
name
: is mandatory to pass a name of the project.code
: optional unique code for the project to be identifiable and searchable.start_date
: optional start date for the project. If given must be in iso-8601 format (YYYY-MM-DD).due_date
: optional due date for the project. If given must be in iso-8601 format (YYYY-MM-DD).status
: a project can have the statusactive
orclosed
. By default, the project will be created with the statusactive
.employees_assignment
: optional param to define the kind of assignation the project has. Its possible values are: [manual
,company
]. A project can havemanual
assignation or can be defined to be assigned to the wholecompany
. Defaults tomanual
.
Who can use it?
Only companies who have enabled the projects_management
feature and users with the permission of create projects.