Create Specification Set
create_specification_setCreate a specification set in a Procore project by providing the project ID and set name. Returns the created specification set.
Instructions
Create a new Specification Set 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: project_id, name. Procore API: Project Management > Specifications. Endpoint: POST /rest/v1.0/projects/{project_id}/specification_sets
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the ID of the project for the new set | |
| name | Yes | JSON request body field — name of specification set | |
| date | No | JSON request body field — creation date of specification set |