retrieve_equipment
Restore equipment records in Procore projects by retrieving and updating managed equipment details like status, location, and specifications.
Instructions
Retrieve Equipment. [Project Management/Field Productivity] PATCH /rest/v1.0/companies/{company_id}/managed_equipment/{id}/restore
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| id | Yes | Id of the Equipment | |
| current_project_id | No | ID of the project the equipment is currently dispatched to | |
| name | No | Name of the equipment | |
| serial_number | No | Serial number of the equipment | |
| identification_number | No | Identification number of the equipment | |
| description | No | description of the equipment | |
| managed_equipment_make_id | No | ID of the equipment make | |
| managed_equipment_model_id | No | ID of the equipment model | |
| managed_equipment_type_id | No | ID of the equipment type | |
| managed_equipment_category_id | No | ID of the equipment category | |
| company_visible | No | Company visible | |
| year | No | Year the equipment was manufactured in | |
| status | No | Status | |
| ownership | No | The type of ownership | |
| upload_uuids | No | Array of upload uuids |