Create PDF Export For A Prime Change Order Batch
create_pdf_export_for_a_prime_change_order_batchCreates a PDF export for a Prime Change Order Batch by providing company, project, and batch IDs, returning a download URL or async job handle.
Instructions
Creates a PDF export for a given Prime Change Order Batch. Note: This endpoint is currently only supported in Procore Zones US01 && US02. Use this to create a new Prime Contracts in Procore. Generates the export and returns a download URL or async job handle. Required parameters: company_id, project_id, prime_change_order_batch_id. Procore API (v2.0): Construction Financials > Prime Contracts. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/prime_change_order_batches/{prime_change_order_batch_id}/pdf
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| prime_change_order_batch_id | Yes | URL path parameter — unique identifier for the Prime Change Order Batch. |