Create A Change Order Change Reason
create_a_change_order_change_reasonCreate a change order change reason for a company using the Procore API. Provide a description and optionally set whether it appears in the change reason select dropdown.
Instructions
Create a New Change Order Change Reason for a Company. 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: company_id. Procore API (v2.0): Construction Financials > Change Orders. Endpoint: POST /rest/v2.0/companies/{company_id}/change_order_change_reasons
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| change_reason | No | JSON request body field — change reason description | |
| show_in_select | No | JSON request body field — indicates whether the Change Order change reason will be shown in the change reason select dropdown |