Create Project
create_projectCreate a new active project in a Procore account by providing company ID and project details.
Instructions
Create a new Project in a Procore account. The new project is active by default. #### Country and State codes The country_code and state_code parameter values must conform to the ISO-3166 Alpha-2 specification. See Working with Country Codes for additional information. #### Recommendation For accounts creating a significant number of projects (more than 300), schedule these operations during non-business hours (5 P.M PST - 7 A.M PST) to optimize efficienc... Use this to create a new Portfolio records in Procore. Creates a new Portfolio records and returns the created object on success (HTTP 201). Required parameters: company_id, project. Procore API: Core > Portfolio. Endpoint: POST /rest/v1.0/projects
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| company_id | Yes | JSON request body field — the company identifier the project is associated with. | |
| project | Yes | JSON request body field — the project for this Portfolio operation |