create_commitment_change_order
Create a commitment change order in Procore to modify construction contracts, track revisions, and manage financial adjustments for project contracts.
Instructions
Create Commitment Change Order. [Construction Financials/Commitments] POST /rest/v1.0/projects/{project_id}/commitment_change_orders
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| run_configurable_validations | No | If true, validations are run for the corresponding Configurable Field Set. | |
| contract_id | Yes | Unique identifier for the contract. | |
| batch_id | No | Unique identifier for a change order batch. | |
| change_order_change_reason_id | No | Unique identifier for the change reason. | |
| location_id | No | Unique identifier for the location. | |
| 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. | |
| received_from_id | No | Unique identifier for the received from entity. | |
| description | No | Description | |
| due_date | No | Due Date | |
| paid_date | No | Paid Date | |
| invoiced_date | No | Invoiced Date | |
| title | No | Title of the Contract | |
| status | No | Status | |
| reference | No | Reference | |
| number | No | Number of the Change Order | |
| revision | No | Revision Number | |
| field_change | No | Field Change | |
| signature_required | No | Whether a signature will be required for this Change Order | |
| signed_change_order_received_date | No | Signed Change Order Received Date | |
| schedule_impact_amount | No | Schedule impact in days | |
| executed | No | Whether or not the Change Order is executed | |
| private | No | Whether or not the Commitment Change Order is private | |
| paid | No | Whether or not the Commitment Change Order is paid | |
| reason | No | Reason for the change order | |
| 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 ... | |
| enable_ssov | No | Whether to enable SSOV on this Change Order. Only applicable to Commitment Change Orders. | |
| 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 |