Create PDF Export For Commitment Contracts
create_pdf_export_for_commitment_contractsGenerate a PDF export of a commitment contract in Procore. Provide company, project, and contract IDs to retrieve a download URL for the generated document.
Instructions
Creates a PDF export for a given Commitment Contract. 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_contract_id. Procore API (v2.0): Construction Financials > Commitments. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_contracts/{commitment_contract_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_contract_id | Yes | URL path parameter — unique identifier for the Commitment Contract. |