create_equipment_company_v2_0
Add new equipment to a company's register in Procore by providing details like name, ID, status, category, type, and ownership.
Instructions
Create equipment (Company). [Core/Equipment] POST /rest/v2.0/companies/{company_id}/equipment_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| equipment_name | Yes | The name of the equipment. | |
| equipment_id | Yes | The identification number of the equipment. | |
| status | Yes | The status of the equipment. | |
| serial_number | No | The serial number of the equipment. | |
| profile_photo | No | profile_photo | |
| category_id | Yes | The category of the equipment. | |
| type_id | Yes | The type of the equipment. | |
| make_id | No | The make of the equipment. | |
| model_id | No | The model of the equipment. | |
| year | No | The year of the equipment. | |
| rate_per_hour | No | The rate per hour of the equipment. | |
| ownership | Yes | The ownership 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. | |
| notes | No | notes | |
| onsite | No | Indicates if the equipment is on site in the given project. |