POST
/
project

Authorizations

apiKey
string
headerrequired

Body

application/json
projectName
string
required

The Name of the project.

customerId
string

The ID of the customer.

startDate
string

The start date of the project, We expect yyyy-MM-dd.

dueDate
string

The due date of the project, We expect yyyy-MM-dd.

Response

200 - application/json
projectId
string

The ID of the project.

projectName
string

The Name of the project.

workspaceId
string

The ID of the workspace.

ownerId
string

The ID of the owner.

description
string

Description of the project.

customerId
string

The ID of the customer.

startDate
string

The start date of the project.

dueDate
string

The due date of the project.

favoriteUsers
string[]

List of users who marked the project as favorite.

projectUsers
string[]

List of users associated with the project.