Update RFI Reply
update_rfi_replyUpdate an existing RFI reply in Procore by providing project, RFI, and reply IDs. Modify fields like official status and receive the updated object.
Instructions
Updates a specified RFI reply. 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, rfi_id, id. Procore API: Project Management > RFI. Endpoint: PATCH /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| rfi_id | Yes | URL path parameter — unique identifier of the rfi | |
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| official | No | JSON request body field — official Status |