Create Change Order Package
create_change_order_packageCreates a new change order package in Procore for a specified project and contract, returning the created package with its new ID.
Instructions
Creates a new change order package in Procore. Creates the change order package and returns it with its new id (HTTP 201); calling it again creates another record. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 |