Update A Change Order Change Reason
update_a_change_order_change_reasonUpdate a specific change order change reason for a company by providing the company ID and reason ID. Modify the reason description or its visibility in dropdowns, and receive the updated object.
Instructions
Update a Specific Change Order Change Reason for a Company. Use this to update an existing Change Orders (only the supplied fields are changed). Updates the specified Change Orders and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Construction Financials > Change Orders. Endpoint: PATCH /rest/v2.0/companies/{company_id}/change_order_change_reasons/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — change Order Change Reason ID | |
| 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 |