Batch Update RFIs
batch_update_rfisUpdate multiple RFIs in a project by specifying their IDs. Only the supplied fields are modified, returning the updated objects.
Instructions
Update specified RFIs in a specified project. Specify the RFIs by their IDs. Pass in the same values for each specified RFI for the action to succeed. Use this to update an existing RFI records (only the supplied fields are changed). Updates the specified RFI records and returns the modified object on success. Required parameters: project_id, data. Procore API: Project Management > RFI. Endpoint: PATCH /rest/v1.0/projects/{project_id}/rfis
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| run_configurable_validations | No | Query string parameter — if true, validations are run for the corresponding Configurable Field Set. | |
| data | Yes | JSON request body field — the data for this RFI operation |