Create Unmanaged Equipment (Project)
create_unmanaged_equipment_projectAdd new unmanaged equipment records to a Procore project. Provide project ID, company ID, and identification number to create the equipment.
Instructions
Create unmanaged equipment (Project). Use this to create a new Equipment records in Procore. Creates a new Equipment records and returns the created object on success (HTTP 201). Required parameters: project_id, company_id, identification_number. Procore API (v2.0): Core > Equipment. Endpoint: POST /rest/v2.0/companies/{company_id}/projects/{project_id}/equipment_register/equipment_unmanaged
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | URL path parameter — the Id of the project | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| identification_number | Yes | JSON request body field — identification number of the unmanaged equipment |