Retrieve Equipment
retrieve_equipmentRestore a piece of equipment in Procore by updating its Field Productivity record. Provide company ID, equipment ID, and optional fields to modify.
Instructions
Restore a piece of Equipment. 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, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |