Create Equipment Type (Company)
create_equipment_type_companyCreate a new equipment type record in Procore for a company. Provide company ID, name, category ID, and active status to register the equipment type.
Instructions
Create equipment type (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, category_id, is_active. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register_types
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 type. | |
| category_id | Yes | JSON request body field — the unique identifier of the equipment category. | |
| is_active | Yes | JSON request body field — active/Inactive indicator for Equipment Type. |