Create Equipment
create_equipmentAdd equipment to Procore's Field Productivity by creating a record with details such as name, serial number, and status.
Instructions
Create a new Equipment associated with the specified company. 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: company_id. Procore API: Project Management > Field Productivity. Endpoint: POST /rest/v1.0/companies/{company_id}/managed_equipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| 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 |