PATCH /rest/v2.0/companies/{company_id}/projects/{project_id}/inspection_template_items/{template_item_id}/evidence_configuration
Updates the specified Project Inspection Template Item Evidence Configuration
Servers
- https://api.procore.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
String | Yes |
Unique identifier for the project. |
template_item_id |
String | Yes |
Unique identifier for the inspection template item. |
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 |
---|---|---|---|
evidence_configuration |
Object | Yes | |
evidence_configuration.observation |
Object | No | |
evidence_configuration.observation.response_option_ids[] |
Array | No |
Array of Inspection Response Option IDs that would trigger the requirement of an Observation |
evidence_configuration.observation.status_ids[] |
Array | No |
Array of Project Inspection Template Item Status IDs that would trigger the requirement of a Photo |
evidence_configuration.photo |
Object | No | |
evidence_configuration.photo.response_option_ids[] |
Array | No |
Array of Inspection Response Option IDs that would trigger the requirement of a Photo |
evidence_configuration.photo.status_ids[] |
Array | No |
Array of Project Inspection Template Item Status IDs that would trigger the requirement of a Photo |
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.