Setup Managed Equipment Taxonomy (Deprecated)
setup_managed_equipment_taxonomySet up managed equipment taxonomy for a company by providing equipment types and categories. Deprecated; use procore_search_endpoints to find a newer version.
Instructions
Setup Managed Equipment Taxonomy with the specified company. DEPRECATED: Procore has deprecated this endpoint (as of 2024-12-01). It is scheduled for removal on 2025-12-02; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Pass the record's fields as top-level arguments — they are nested under "dependent_import_params" in the request payload for you. company_id defaults to the value set by procore_set_config when omitted. Applies the change and returns the updated setup managed equipment taxonomy. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment/setup_managed_equipment_dependents
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| types | No | JSON request body field — names of all Managed Equipment types specified for Managed Equipment dependent import | |
| categories | No | JSON request body field — names of all Managed Equipment categories specified for Managed Equipment dependent import | |
| company_id | Yes | URL path parameter — unique identifier for the company. |