Create Generic Tool Status
create_generic_tool_statusCreate a new generic tool status for a specific generic tool in a company, enabling custom status definitions for configurable tools in Procore.
Instructions
Create a new Generic Tool Status for the specified 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: company_id, generic_tool_id, status_name, status. Procore API: Company Admin > Custom - Configurable Tools. Endpoint: POST /rest/v1.0/companies/{company_id}/generic_tools/{generic_tool_id}/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| generic_tool_id | Yes | URL path parameter — unique identifier for the Generic Tool | |
| status_name | Yes | JSON request body field — the name of the generic tool status. | |
| status | Yes | JSON request body field — the status of the generic tool status. |