Create Equipment Model (Company)
create_equipment_model_companyCreate equipment model records in Procore. Specify company, name, make, and active status to add new equipment models.
Instructions
Create equipment model (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, make_id, is_active. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/equipment_register_models
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 model. | |
| make_id | Yes | JSON request body field — the unique identifier of the equipment make. | |
| type_id | No | JSON request body field — unique identifier of the type | |
| is_active | Yes | JSON request body field — active/Inactive indicator for Equipment Model. |