Create PDF Export For A Commitment Change Order Batch
create_pdf_export_for_a_commitment_change_order_batchCreate a PDF export for a commitment change order batch. Provide company, project, and batch IDs to get a download URL or async job handle.
Instructions
Creates a PDF export for a given Commitment Change Order Batch. Note: This endpoint is currently only supported in Procore Zones US01 && US02. Use this to create a new Commitments in Procore. Generates the export and returns a download URL or async job handle. Required parameters: company_id, project_id, commitment_co_batch_id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_change_order_batches/{commitment_co_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. | |
| commitment_co_batch_id | Yes | URL path parameter — unique identifier for the Commitment Change Order Batch. |