Create Equipment Category (Project)
create_equipment_category_projectAdd a new equipment category to a Procore project. Provide project ID, company ID, category name, and active status to create the record.
Instructions
Create equipment category (Project). 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: project_id, company_id, name, is_active. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register_categories
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| 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. |