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