Update Forward For Review
update_forward_for_reviewForward an RFI for review to a new ball-in-court owner while updating only specified fields.
Instructions
Assignee can forward the RFI to a forwardee who becomes a new ball in court. Send only the fields you intend to change; omitted fields keep their current values. Pass the record's fields as top-level arguments — they are nested under "rfi" in the request payload for you. project_id defaults to the value set by procore_set_config when omitted, and id must identify an existing parent record — resolve it with the matching list tool first. Returns the modified forward on success. 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: project_id, id. Procore API (v1.1): Project Management > RFI. Endpoint: PATCH /rest/v1.1/projects/{project_id}/rfis/{id}/forward_for_review
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| forwardee_ids | No | JSON request body field — an array of IDs of the Forwardees of the RFI *Only existing assignees can set this field when ball in court is in Assignees' court **Can only forward to one forwardee |