Create Advanced Export For Existing RFI
create_advanced_export_for_existing_rfiInitiate an advanced export of an existing RFI, choosing cover sheet type and attachments, and output as PDF or ZIP.
Instructions
Request an advanced export for an existing RFI. Specify which kind of cover sheet you'd like, if one at all, and which associated attachments with the RFI you'd like included in the export. Specify whether you'd like the export to be in PDF or ZIP format at the tail end of the URL request. Use this to create a new RFI records in Procore. Generates the export and returns a download URL or async job handle. Required parameters: project_id, id, format. Procore API: Project Management > RFI. Endpoint: POST /rest/v1.0/projects/{project_id}/rfis/{id}/advanced_exports
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the RFI resource | |
| format | Yes | Query string parameter — export Format | |
| cover_sheet | No | JSON request body field — the cover sheet for this RFI operation | |
| files | No | JSON request body field — the files for this RFI operation |