Create CSV Export For Commitment Change Order Rows
create_csv_export_for_commitment_change_order_rowsGenerates a CSV export of commitment change order rows for a specified Procore company and project, providing a download URL.
Instructions
Creates a CSV export for the Commitment Change Order Rows collection. 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. Procore API (v2.0): Construction Financials > Commitments. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/commitment_change_order_rows/csv_exports
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. |