Create Equipment (Company)
create_equipment_companyCreate new equipment records in Procore by providing required details like name, identification number, status, category, type, and ownership. Returns the created object.
Instructions
Create equipment (Company). 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: 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}/equipment_register
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |