Create Equipment (Project)
create_equipment_projectAdd new equipment records to a Procore project, specifying ownership, category, and type.
Instructions
Create 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, name, identification_number, status_id, category_id, type_id, ownership. Procore API (v2.1): Core > Equipment. Endpoint: POST /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register
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. | |
| equipment_name | No | JSON request body field — the equipment name for this Equipment operation | |
| name | Yes | JSON request body field — the name of the equipment. | |
| equipment_id | No | JSON request body field — unique identifier of the equipment | |
| identification_number | Yes | JSON request body field — the identification number of the equipment. | |
| status_id | Yes | JSON request body field — the status of the equipment. | |
| serial_number | No | JSON request body field — the serial number of the equipment. | |
| profile_photo | No | JSON request body field — the profile photo for this Equipment operation | |
| category_id | Yes | JSON request body field — the category of the equipment. | |
| type_id | Yes | JSON request body field — the type of the equipment. | |
| make_id | No | JSON request body field — the make of the equipment. | |
| model_id | No | JSON request body field — the model of the equipment. | |
| year | No | JSON request body field — the year of the equipment. | |
| rate_per_hour | No | JSON request body field — the rate per hour of the equipment. | |
| ownership | Yes | JSON request body field — the ownership of the equipment. | |
| assignee_ids | No | JSON request body field — the people id of the equipment. | |
| vendor_id | No | JSON request body field — the vendor id of the equipment. | |
| rental_start_date | No | JSON request body field — the start date of the rental. | |
| rental_end_date | No | JSON request body field — the end date of the rental. | |
| notes | No | JSON request body field — the notes for this Equipment operation | |
| group_ids | No | JSON request body field — list of group IDs to be associated with the equipment | |
| onsite | No | JSON request body field — flag indicating to set or unset the equipment on the project. |