Create A New Equipment
create_a_new_equipmentAdd a new managed equipment item to a Procore project's field productivity records. Provide project ID and optional details like name, serial number, and status.
Instructions
Create a new equipment associated with the specified project. Use this to create a new Field Productivity records in Procore. Creates a new Field Productivity records and returns the created object on success (HTTP 201). Required parameters: project_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/projects/{project_id}/managed_equipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| current_project_id | No | JSON request body field — iD of the project the equipment is currently dispatched to | |
| name | No | JSON request body field — name of the equipment | |
| serial_number | No | JSON request body field — serial number of the equipment | |
| identification_number | No | JSON request body field — identification number of the equipment | |
| description | No | JSON request body field — description of the equipment | |
| managed_equipment_make_id | No | JSON request body field — iD of the equipment make | |
| managed_equipment_model_id | No | JSON request body field — iD of the equipment model | |
| managed_equipment_type_id | No | JSON request body field — iD of the equipment type | |
| managed_equipment_category_id | No | JSON request body field — iD of the equipment category | |
| company_visible | No | JSON request body field — the company visible for this Field Productivity operation | |
| year | No | JSON request body field — year the equipment was manufactured in | |
| status | No | JSON request body field — the status for this Field Productivity operation | |
| ownership | No | JSON request body field — the type of ownership | |
| upload_uuids | No | JSON request body field — array of upload uuids |