v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > Subproject
Creates a Subproject
What does it do?
This creates a new subproject.
Is it related to other entities?
A subproject is always related to a project.
Who can use it?
Only companies who have enabled the projects_with_subprojects feature and users with a role in the project owning the subproject.
post/api/2026-07-01/resources/project_management/subprojects
Request body
Response
CREATED
Example response
{
"id": "314",
"name": "Subproject name",
"project_id": "11",
"labor_cost_cents": 540000,
"description": "Subproject description",
"status": "active",
"code": "SUB123",
"start_date": "2025-01-01",
"due_date": "2025-12-31",
"is_billable": true
}