Update An Equipment
update_an_equipmentUpdate an existing equipment record in a Procore project. Modify fields such as name, serial number, status, or ownership to keep field productivity data current.
Instructions
Updating an equipment associated with the specified project. 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: project_id, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/projects/{project_id}/managed_equipment/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| current_project_id | No | JSON request body field — iD of the project the equipment is currently dispatched to | |
| name | No | JSON request body field — name of the equipment | |
| serial_number | No | JSON request body field — serial number of the equipment | |
| identification_number | No | JSON request body field — identification number of the equipment | |
| description | No | JSON request body field — description of the equipment | |
| managed_equipment_make_id | No | JSON request body field — iD of the equipment make | |
| managed_equipment_model_id | No | JSON request body field — iD of the equipment model | |
| managed_equipment_type_id | No | JSON request body field — iD of the equipment type | |
| managed_equipment_category_id | No | JSON request body field — iD of the equipment category | |
| company_visible | No | JSON request body field — the company visible for this Field Productivity operation | |
| year | No | JSON request body field — year the equipment was manufactured in | |
| status | No | JSON request body field — the status for this Field Productivity operation | |
| ownership | No | JSON request body field — the type of ownership | |
| upload_uuids | No | JSON request body field — array of upload uuids |