Creates a Project

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 status active or closed. By default, the project will be created with the status active.
  • employees_assignment: optional param to define the kind of assignation the project has. Its possible values are: [manual, company]. A project can have manual assignation or can be defined to be assigned to the whole company. Defaults to manual.
Who can use it?

Only companies who have enabled the projects_management feature and users with the permission of create projects.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required

Mandatory to pass a name of the project.

string

Optional unique code for the project to be identifiable and searchable.

string

Description of the project.

string

Optional start date for the project. If given must be in iso-8601 format (YYYY-MM-DD).

string

Optional due date for the project. If given must be in iso-8601 format (YYYY-MM-DD).

string

Project status. Can be active or closed

string

Optional param to define the kind of assignation the project has. Can be manual or company

project_admins
array of integers

Array of employee IDs who are project administrators

project_admins
project_managers
array of integers

Array of employee IDs who are project managers

project_managers
boolean

Whether the project is billable to clients

integer

Fixed cost of the project in cents

integer

Budget allocation in minutes for the project, it's exclusive of the budget_allocation_cents

integer
integer

Budget allocation amount in cents, it's exclusive of the budget_allocation

integer

Fee amount in cents for the project

integer

Client associated to the project, refers to finance/contacts.

Response

Language
Credentials
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json