Bulk Update Managed Equipment Models
bulk_update_managed_equipment_modelsBulk update the is_active status of managed equipment models for a company. Specify optional fields such as make ID or type ID to modify.
Instructions
Update multiple Managed Equipment model entries is_active property with one request. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: company_id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment_models/bulk_update
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| is_active | No | JSON request body field — if the equipment model is active | |
| managed_equipment_make_id | No | JSON request body field — the make id the Managed Equipment Model is associated with | |
| managed_equipment_type_id | No | JSON request body field — the make id the Managed Equipment Model is associated with |