Create RFI Reply
create_rfi_replyCreates a reply to an existing RFI in Procore by specifying project ID, RFI ID, and reply body.
Instructions
Creates a reply for a specified RFI. Use this to create a new RFI records in Procore. Creates a new RFI records and returns the created object on success (HTTP 201). Required parameters: project_id, rfi_id, reply. Procore API: Project Management > RFI. Endpoint: POST /rest/v1.0/projects/{project_id}/rfis/{rfi_id}/replies
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 | |
| reply | Yes | JSON request body field — the reply for this RFI operation | |
| attachments | No | JSON request body field — 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. |