update_commitment_change_order_batch
Modify commitment change order batches in Procore to update financial details, status, dates, and attachments for construction project contracts.
Instructions
Update Commitment Change Order Batch. [Construction Financials/Commitments] PATCH /rest/v1.0/projects/{project_id}/commitment_change_order_batches/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| id | Yes | ID of the Commitment Change Order Batch | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| contract_id | No | Unique identifier for the contract. | |
| description | No | Description | |
| due_date | No | Due Date | |
| executed | No | Whether or not the Change Order Batch is executed | |
| invoiced_date | No | Invoiced Date | |
| number | No | Number of the Change Order Batch | |
| paid_date | No | Paid Date | |
| private | No | Whether or not the Change Order Batch is private | |
| revised_substantial_completion_date | No | Revised substantial completion date | |
| revision | No | Revision Number | |
| schedule_impact_amount | No | Schedule impact in days | |
| signature_required | No | Whether a signature will be required for this Change Order Batch | |
| signed_change_order_received_date | No | Signed Change Order Batch Received Date | |
| status | No | Status | |
| title | No | Title of the Change Order Batch | |
| designated_reviewer_id | No | Unique identifier for the designated reviewer. This field is only supported for single-tier projects. Behavior is undefined in multi-tier projects. | |
| change_order_ids | No | Array of Change Order (PCO) IDs to link to this batch. This field is only supported for two-tier projects. | |
| legacy_request_ids | No | Array of Change Order Request IDs to link to this batch. This field is only supported for three-tier projects. | |
| custom_field_%{custom_field_definition_id} | No | Value of the custom field. The data type of the value passed in corresponds with the data_type of the Custom Field Definition. For a lov_entry data_type the value passed in should be the ID of one ... | |
| change_event_attachment_ids | No | List of attachment IDs to attach. These must presently be associated with Change Events. | |
| attachment_ids | No | Existing attachments to preserve on the response | |
| drawing_revision_ids | No | Drawing Revisions to attach to the response | |
| file_version_ids | No | File Versions to attach to the response | |
| form_ids | No | Forms to attach to the response | |
| image_ids | No | Images to attach to the response | |
| upload_ids | No | Uploads to attach to the response |