create_equipment
Add new equipment to Procore projects by specifying details like name, serial number, model, and status to track assets for field productivity.
Instructions
Create Equipment. [Project Management/Field Productivity] POST /rest/v1.0/companies/{company_id}/managed_equipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | Unique identifier for the company. | |
| 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 |