Update A Change Event Status
update_a_change_event_statusUpdate an existing change event status for a company by specifying its ID and company. Modify fields like name, status mapping, visibility, or default status.
Instructions
Update a Specific Change Event Status for a Company. Use this to update an existing Change Events (only the supplied fields are changed). Updates the specified Change Events and returns the modified object on success. Required parameters: company_id, id. Procore API (v2.0): Construction Financials > Change Events. Endpoint: PATCH /rest/v2.0/companies/{company_id}/change_events/statuses/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — change Event Status ID | |
| name | No | JSON request body field — name of the Change Event status | |
| mapped_to_status | No | JSON request body field — status mapping | |
| show_in_select | No | JSON request body field — indicates whether the Change Event status will be shown in the status select dropdown | |
| default_status | No | JSON request body field — indicates whether the Change Event status is the default status |