Create Change Order Package
create_change_order_packageCreates a new change order package in Procore for a specified project and contract. Requires project ID, contract ID, and change order details.
Instructions
Create Change Order Package. Use this to create a new Change Orders in Procore. Creates a new Change Orders and returns the created object on success (HTTP 201). Required parameters: project_id, contract_id, change_order. Procore API: Construction Financials > Change Orders. Endpoint: POST /rest/v1.0/change_order_packages
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | JSON request body field — unique identifier for the project. | |
| contract_id | Yes | JSON request body field — unique identifier of the contract | |
| change_order | Yes | JSON request body field — the change order for this Change Orders operation |