PATCH /rest/v2.0/companies/{company_id}/change_events/statuses/{id}
Update a Specific Change Event Status for a Company
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
id |
String | Yes |
Change Event Status ID |
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
change_event_status |
Object | Yes | |
change_event_status.name |
String | No |
Name of the Change Event status |
change_event_status.mapped_to_status |
String | No |
Status mapping |
change_event_status.show_in_select |
Boolean | No |
Indicates whether the Change Event status will be shown in the status select dropdown |
change_event_status.default_status |
Boolean | No |
Indicates whether the Change Event status is the default status |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.