create_equipment_project_v2_1
Add equipment to a Procore project by specifying details like name, identification number, category, type, ownership, and status for tracking and management.
Instructions
Create equipment (Project). [Core/Equipment] POST /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The Id of the project | |
| company_id | Yes | Unique identifier for the company. | |
| equipment_name | No | equipment_name | |
| name | Yes | The name of the equipment. | |
| equipment_id | No | equipment_id | |
| identification_number | Yes | The identification number of the equipment. | |
| status_id | 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. | |
| 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. | |
| notes | No | notes | |
| group_ids | No | List of group IDs to be associated with the equipment | |
| onsite | No | Flag indicating to set or unset the equipment on the project. |