v1
latestOpenAPI 3.1.02026-07-26549156879.0 KBProjectManagement > Project
Closes a Project
What does it do?
This endpoint can be used to set a project as Closed.
What body params do you need?
- id: mandatory. The id of the project aimed to be closed.
Who can use it?
Only companies who have enabled the projects_management feature and users with a role in the project.
post/api/2026-07-01/resources/project_management/projects/close
Request body
Response
OK
Example response
{
"id": "314159",
"name": "Project name",
"code": "PRO",
"description": "A comprehensive project to develop and implement a new customer relationship management system",
"start_date": "2025-01-01",
"due_date": "2026-01-01",
"status": "active",
"employees_assignment": "manual",
"inputed_minutes": 123,
"is_billable": true,
"fixed_cost_cents": 123,
"labor_cost_cents": 123,
"legal_entity_id": "123",
"spending_cost_cents": 123,
"client_id": "123",
"total_cost_cents": 123
}