Create Generic Tool Item Response.
create_generic_tool_item_responseCreates a new response for a generic tool item within a specified project and generic tool in Procore. Use to add custom configurable tool responses.
Instructions
Create a new response for a generic tool item in the specified project and generic tool. For more information on Generic Tool and Correspondence Tool endpoints, see Working with the Correspondence Tool. Use this to create a new Custom - Configurable Tools in Procore. Creates a new Custom - Configurable Tools and returns the created object on success (HTTP 201). Required parameters: generic_tool_id, generic_tool_item_id, project_id, generic_tool_item_response. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/projects/{project_id}/generic_tools/{generic_tool_id}/generic_tool_items/{generic_tool_item_id}/generic_tool_item_responses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| generic_tool_id | Yes | URL path parameter — unique identifier for the generic tool. | |
| generic_tool_item_id | Yes | URL path parameter — unique identifier for the generic tool item. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| generic_tool_item_response | Yes | JSON request body field — generic_tool_item_response |