POST
/
project

Authorizations

apiKey
string
header
required

Body

application/json
projectName
string
required

The Name of the project.

customerId
string

The ID of the customer.

dueDate
string

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

startDate
string

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

Response

200 - application/json
customerId
string

The ID of the customer.

description
string

Description of the project.

dueDate
string

The due date of the project.

favoriteUsers
string[]

List of users who marked the project as favorite.

ownerId
string

The ID of the owner.

projectId
string

The ID of the project.

projectName
string

The Name of the project.

projectUsers
string[]

List of users associated with the project.

startDate
string

The start date of the project.

workspaceId
string

The ID of the workspace.