Create Project Region
create_project_regionCreate a new project region in a Procore company. Provide company ID and region name to create and return the region.
Instructions
Create a new Project Region in the specified 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. Procore API: Company Admin > Company Settings. Endpoint: POST /rest/v1.0/companies/{company_id}/project_regions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | No | JSON request body field — the Name of the Project Region |