Create Submittals From Specs
create_submittals_from_specsCreate submittals from specification sections in Procore. Supply company, project, and revision IDs to generate submittals with optional instructions.
Instructions
This endpoint creates submittals from specs. company_id and project_id default to the values set by procore_set_config when omitted. Creates the submittal and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id, project_id, specification_section_revision_ids. Procore API (v2.1): Project Management > Specifications. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/specification_sections/create_submittals_from_specs
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. | |
| user_instructions | No | JSON request body field — optional instructions for submittal generation. | |
| specification_section_revision_ids | Yes | JSON request body field — specification section revision ids |