Create Change Order Request
create_change_order_requestCreate a change order request for a project and contract in Procore. Returns the new request with its ID, or an error for invalid credentials, permissions, or IDs.
Instructions
Create Change Order Request (COR). Creates the change order request 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_requests
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 |