create_a_project
Create a new project in Procore's workforce planning system to organize work, assign resources, and track progress with details like name, status, dates, and team assignments.
Instructions
Create a Project. [Resource Management/Resource Planning] POST /rest/v1.0/workforce-planning/v2/companies/{company_id}/projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. This parameter accepts both formats: - **Recommended**: Procore company ID (integer) - Use this for new integrations - Legacy: LaborChart UUID format (uuid string... | |
| name | Yes | The name of the Project. | |
| status | Yes | Controls Project visibility and filtering. `active` - Project is currently in progress. `pending` - Project is planned but not started. `inactive` - Project is no longer active. | |
| group_ids | Yes | UUID references to the Groups this Project should be available to. | |
| start_date | No | Project's start date. Required if `status` is `active`. | |
| timezone | No | The timezone to use for scheduling outbound messages for the Project. If not provided, the Group timezone will be used. | |
| color | No | Hexadecimal color code for the Project. Helps with categorization and visual distinction. | |
| daily_start_time | No | Default time the Project's workday begins. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes. | |
| daily_end_time | No | Default time the Project's workday ends. Must follow `HH:MM am/pm` format. Allowed increments: 15 minutes. | |
| project_number | No | A unique identifier for the Project. | |
| est_end_date | No | Estimated end date for the Project. | |
| closed_date | No | If loading already closed jobs for historical tracking, this field can be populated. | |
| address_1 | No | First part of the Project's address. | |
| address_2 | No | Second part of the Project's address (e.g., Apartment, Suite, Unit). | |
| city_town | No | The City/Town for the Project. | |
| state_province | No | The State/Province for the Project. | |
| zipcode | No | The Zip/Postal Code for the Project. | |
| country | No | The Country for the Project. | |
| bid_rate | No | The bid rate for the Project. | |
| percent_complete | No | The percentage of the Project that is complete. | |
| customer_name | No | Name of the customer associated with the Project. | |
| project_type | No | Any categorical classifier you use internally to label your Projects. | |
| tag_instances | No | Tags can be used as categorical labels or to define requirements for people assigned to the Project. | |
| categories | No | Categories define buckets for resource assignments. Each Category can have nested Subcategories. | |
| wage_overrides | No | Sets an hourly wage rate for specific Job Titles on this Project. | |
| roles | No | Assigns specific People to Roles on the Project. Useful for defining responsibilities and for notifications. |