PATCH /rest/v2.1/companies/{company_id}/equipment_register/{equipment_id}

Update equipment (Company)

Servers

Path parameters

Name Type Required Description
equipment_id String Yes

The ID of the equipment

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 No

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 Object No
equipment_name.present Boolean No
group_ids[] Array No

List of group IDs to be associated with the equipment

rate_per_hour Number No
identification_number String No

The identification number of the equipment.

equipment_id Object No
equipment_id.present Boolean No
name String No

The name of the equipment.

type_id String No

The type of the equipment.

notes String No
serial_number String No

The serial number of the equipment.

category_id String No

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 No

Valid values:

  • "OWNED"
  • "RENTED"
  • "SUBCONTRACTED"

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.