v1

latestOpenAPI 3.1.02026-07-24300110.4 KB

POST Projects

Create a new RFP project.

post/v2/projects

Request body

namestring required

Project name.

domainstring required

Customer domain.

crm_linkstring

CRM record URL.

customer_namestring

Customer display name.

manager_emailstring

Email of the project manager. Must be a user in your organization.

due_datestring date

Due date in YYYY-MM-DD format.

is_testboolean

Mark as test project.

product_line_idsstring

Comma-separated product line UUIDs.

Response

Created project.

idstring

UUID of the project.

namestring

Project name.

status'draft' | 'started' | 'completed' | 'cancelled' | 'archived'

Current project status.

crm_linkstring nullable

CRM record URL.

customer_namestring nullable

Customer display name.

is_testboolean

Whether this is a test project.

due_datestring date-time nullable

Project due date.

questionnaire_countinteger

Number of linked questionnaires.

created_atstring date-time

When the project was created.

updated_atstring date-time

When the project was last updated.