Create An Equipment Type
create_an_equipment_typeCreate a new equipment type in Procore by providing the company ID, name, and equipment category ID. Optionally set the active status.
Instructions
Create a new Equipment Type 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, managed_equipment_category_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_types
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 equipment Type | |
| managed_equipment_category_id | Yes | JSON request body field — equipment category ID the type is associated to | |
| is_active | No | JSON request body field — if the equipment model is active |