Update Submittal Approver
update_submittal_approverModify a submittal approver's comment, response, attachments, or dates for a specific submittal. Only provided fields are updated.
Instructions
Update Submittal Approver for the specified Submittal. Use this to update an existing Submittals (only the supplied fields are changed). Updates the specified Submittals and returns the modified object on success. Required parameters: id, project_id, submittal_id, submittal_response_id. Procore API: Project Management > Submittals. Endpoint: PATCH /rest/v1.0/submittal_approvers/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — submittal Approver ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| send_emails | No | Query string parameter — designates whether or not emails will be sent (default false) | |
| submittal_id | Yes | Query string parameter — unique identifier of the submittal | |
| attachments_to_upload | No | JSON request body field — 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 | JSON request body field — submittal Approver's Attachment IDs. The Attachments specified here will be saved as attachments through the request. | |
| upload_ids | No | JSON request body field — uploads to attach to the response | |
| comment | No | JSON request body field — the comment for this Submittals operation | |
| submittal_response_id | Yes | JSON request body field — submittal_response_id | |
| sent_date | No | JSON request body field — parameter is only available to admins. | |
| returned_date | No | JSON request body field — parameter is only available to admins. | |
| forward_to | No | JSON request body field — params used only when forwarding for review. Designates who the new reviewer is and what their due date is | |
| associated_attachments | No | JSON request body field — submital Approver's Attachments to be carried forward. The Attachments specified here will be carried forward to the next person in the workflow. |