PATCH /rest/v1.0/submittal_approvers/{id}

Update Submittal Approver for the specified Submittal

Servers

Path parameters

Name Type Required Description
id Integer Yes

Submittal Approver ID

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Query parameters

Name Type Required Description
project_id Integer Yes

Unique identifier for the project.

submittal_id Integer Yes

Submittal ID

send_emails Boolean No

Designates whether or not emails will be sent (default false)

Request body fields

Name Type Required Description
submittal_approver Object No
submittal_approver.associated_attachments[] Array No

Submital Approver's Attachments to be carried forward. The Attachments specified here will be carried forward to the next person in the workflow.

submittal_approver.associated_attachments[].attachment_id Integer Yes

Attachment ID

submittal_approver.associated_attachments[].attachment_source_type String Yes

Type of the resource the Attachment originally belongs to

submittal_approver.associated_attachments[].attachment_source_id Integer Yes

ID of the resource the Attachment originally belongs to

submittal_approver.comment String No
submittal_approver.submittal_response_id Integer Yes
submittal_approver.sent_date String No

Parameter is only available to admins.

submittal_approver.upload_ids[] Array No

Uploads to attach to the response

submittal_approver.returned_date String No

Parameter is only available to admins.

submittal_approver.forward_to Object No

Params used only when forwarding for review. Designates who the new reviewer is and what their due date is

submittal_approver.forward_to.user_id Integer Yes

User ID of the new reviewer

submittal_approver.forward_to.due_date String No

Due Date of the new reviewer

submittal_approver.attachments_to_upload[] Array 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_to_upload[] as files.

submittal_approver.attachment_ids[] Array No

Submittal Approver's Attachment IDs. The Attachments specified here will be saved as attachments through the request.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.