Create Equipment Category (Company)
create_equipment_category_companyCreate a new equipment category for a company in Procore. Provide the company ID, category name, and active status to add a category to the equipment register.
Instructions
Create equipment category (Company). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: company_id, name, is_active. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — the name of the equipment category. | |
| is_active | Yes | JSON request body field — active/Inactive indicator for Equipment Category. |