Create Specification Section For A Project
create_specification_section_for_a_projectCreate a new specification section in a Procore project by providing the project ID, section number, and division ID.
Instructions
Create Specification Section for a 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: project_id, number, specification_section_division_id. Procore API: Project Management > Specifications. Endpoint: POST /rest/v1.0/specification_sections
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| number | Yes | JSON request body field — the number for this Specifications operation | |
| description | No | JSON request body field — the description for this Specifications operation | |
| specification_section_division_id | Yes | JSON request body field — the ID of the parent Specification Section Division |