Create Project Type
create_project_typeCreate a new project type for a company in Procore by providing company ID and project type name.
Instructions
Create a new Project Type associated with a specific Company. Use this to create a new Company Settings in Procore. Creates a new Company Settings and returns the created object on success (HTTP 201). Required parameters: company_id, name. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/companies/{company_id}/project_types
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the Name of the Project Type |