update_equipment_company_v2_1
Modify equipment details in Procore company records, including name, identification, category, status, and rental information.
Instructions
Update equipment (Company). [Core/Equipment] PATCH /rest/v2.1/companies/{company_id}/equipment_register/{equipment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | No | equipment_id | |
| company_id | Yes | Unique identifier for the company. | |
| equipment_name | No | equipment_name | |
| name | No | The name of the equipment. | |
| identification_number | No | The identification number of the equipment. | |
| serial_number | No | The serial number of the equipment. | |
| profile_photo | No | profile_photo | |
| category_id | No | The category of the equipment. | |
| type_id | No | The type of the equipment. | |
| make_id | No | The make of the equipment. | |
| model_id | No | The model of the equipment. | |
| status_id | No | The status of the equipment. | |
| year | No | The year of the equipment. | |
| rate_per_hour | No | rate_per_hour | |
| ownership | No | ownership | |
| notes | No | notes | |
| assignee_ids | No | The people id of the equipment. | |
| vendor_id | No | The vendor id of the equipment. | |
| rental_start_date | No | The start date of the rental. | |
| rental_end_date | No | The end date of the rental. | |
| group_ids | No | List of group IDs to be associated with the equipment |