create_generic_tool_status
Create a new status for configurable tools in Procore to track tool conditions and availability. This action allows company administrators to define custom tool statuses for project management.
Instructions
Create Generic Tool Status. [Company Admin/Custom - Configurable Tools] POST /rest/v1.0/companies/{company_id}/generic_tools/{generic_tool_id}/statuses
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| generic_tool_id | Yes | Unique identifier for the Generic Tool | |
| status_name | Yes | The name of the generic tool status. | |
| status | Yes | The status of the generic tool status. |