Create Equipment Category
create_equipment_categoryCreate a new equipment category to organize managed equipment in Procore Field Productivity. Requires company ID and category name.
Instructions
Create a new equipment Category Entry. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: company_id, name. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| name | Yes | JSON request body field — name of the category | |
| is_active | No | JSON request body field — if the category is active |