Create An Equipment Model
create_an_equipment_modelCreate a new equipment model record to track field productivity in Procore. Specify company, name, make, and type to add an equipment model.
Instructions
Create a new equipment model 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_make_id, managed_equipment_type_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment_models
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 model | |
| managed_equipment_make_id | Yes | JSON request body field — equipment make ID the model is associated to | |
| managed_equipment_type_id | Yes | JSON request body field — equipment type ID the model is associated to | |
| is_active | No | JSON request body field — if the equipment model is active |