create_rfi_reply
Generate and submit responses to Requests for Information (RFIs) in Procore projects, including attachments, to address construction queries and maintain project documentation.
Instructions
Create RFI Reply. [Project Management/RFI] POST /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| rfi_id | Yes | RFI ID | |
| reply | Yes | reply | |
| attachments | No | RFI Response 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[]` as files. |