Create Specification Area
create_specification_areaCreate a new specification area in a Procore project by providing company, project, and area name.
Instructions
Creates a new Specification Area in the specified Project. Use this to create a new Specifications in Procore. Creates a new Specifications and returns the created object on success (HTTP 201). Required parameters: company_id, project_id, name. Procore API (v2.1): Project Management > Specifications. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_areas
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — name of the Specification Area | |
| description | No | JSON request body field — description of the Specification Area |