update_submittal_approver
Modify approver details for construction submittals in Procore projects, including comments, attachments, and forwarding workflows.
Instructions
Update Submittal Approver. [Project Management/Submittals] PATCH /rest/v1.0/submittal_approvers/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Submittal Approver ID | |
| project_id | Yes | Unique identifier for the project. | |
| send_emails | No | Designates whether or not emails will be sent (default false) | |
| submittal_id | Yes | Submittal ID | |
| attachments_to_upload | No | Submittal Approver's Attachments. To upload attachments you must upload the entire payload as `multipart/form-data` content-type and specify each parameter as form-data together with `attachments_t... | |
| attachment_ids | No | Submittal Approver's Attachment IDs. The Attachments specified here will be saved as attachments through the request. | |
| upload_ids | No | Uploads to attach to the response | |
| comment | No | comment | |
| submittal_response_id | Yes | submittal_response_id | |
| sent_date | No | Parameter is only available to admins. | |
| returned_date | No | Parameter is only available to admins. | |
| forward_to | No | Params used only when forwarding for review. Designates who the new reviewer is and what their due date is | |
| associated_attachments | No | Submital Approver's Attachments to be carried forward. The Attachments specified here will be carried forward to the next person in the workflow. |