POST /rest/v2.1/companies/{company_id}/projects/{project_id}/equipment_register
Create equipment (Project)Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_id |
String | Yes |
The Id of the project |
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Content-Type |
String | Yes |
The media type of the request body.
Default value: "application/json" |
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Request body fields
| Name | Type | Required | Description |
|---|---|---|---|
make_id |
String | No |
The make of the equipment. |
vendor_id |
String | No |
The vendor id of the equipment. |
status_id |
String | Yes |
The status of the equipment. |
profile_photo |
String | No | |
year |
Integer | No |
The year of the equipment. |
assignee_ids |
String | No |
The people id of the equipment. |
equipment_name |
String | No | |
group_ids[] |
Array | No |
List of group IDs to be associated with the equipment |
rate_per_hour |
Number | No |
The rate per hour of the equipment. |
identification_number |
String | Yes |
The identification number of the equipment. |
equipment_id |
String | No | |
name |
String | Yes |
The name of the equipment. |
type_id |
String | Yes |
The type of the equipment. |
notes |
String | No | |
serial_number |
String | No |
The serial number of the equipment. |
onsite |
Boolean | No |
Flag indicating to set or unset the equipment on the project. |
category_id |
String | Yes |
The category of the equipment. |
rental_start_date |
String | No |
The start date of the rental. |
model_id |
String | No |
The model of the equipment. |
rental_end_date |
String | No |
The end date of the rental. |
ownership |
String | Yes |
The ownership of the equipment. Valid values:
|
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.