create_an_equipment_model
Add equipment models to Procore for project management and field productivity by specifying company, name, make, and type details.
Instructions
Create an equipment Model. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/managed_equipment_models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| name | Yes | Name of the equipment model | |
| managed_equipment_make_id | Yes | Equipment make ID the model is associated to | |
| managed_equipment_type_id | Yes | Equipment type ID the model is associated to | |
| is_active | No | If the equipment model is active |