Create Submittal Response
create_submittal_responseCreate a new submittal response in a Procore project by providing project ID, name, and considered status. Returns the created object on success.
Instructions
Create a Submittal Response for the specified Project. Use this to create a new Submittals in Procore. Creates a new Submittals and returns the created object on success (HTTP 201). Required parameters: project_id, name, considered. Procore API: Project Management > Submittals. Endpoint: POST /rest/v1.0/projects/{project_id}/submittal_responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| name | Yes | JSON request body field — name of Submittal Response | |
| considered | Yes | JSON request body field — mapping of the Submittal Response |