Bulk Update Managed Equipment Types
bulk_update_managed_equipment_typesUpdate the active status of multiple managed equipment types in one request for a given company.
Instructions
Update multiple Managed Equipment types 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_types/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 type is active | |
| managed_equipment_category_id | No | JSON request body field — the category id the Managed Equipment Type is associated with |