Update Status Of Equipment (Company)
update_status_of_equipment_companyUpdate the status of an equipment record for a company. Provide equipment ID and company ID; optionally set a new status to modify the record.
Instructions
Update status of equipment (Company). Use this to update an existing Equipment records (only the supplied fields are changed). Updates the specified Equipment records and returns the modified object on success. Required parameters: equipment_id, company_id. Procore API (v2.1): Core > Equipment. Endpoint: PATCH /rest/v2.1/companies/{company_id}/equipment_register/status/{equipment_id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| equipment_id | Yes | URL path parameter — the ID of the equipment | |
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| status_id | No | JSON request body field — the status of the equipment. |