create_equipment_model_company_v2_0
Add equipment models to a company's Procore equipment register by specifying model name, make, type, and activation status.
Instructions
Create equipment model (Company). [Core/Equipment] POST /rest/v2.0/companies/{company_id}/equipment_register_models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| name | Yes | The name of the equipment model. | |
| make_id | Yes | The unique identifier of the equipment make. | |
| type_id | No | type_id | |
| is_active | Yes | Active/Inactive indicator for Equipment Model. |