Update Deleted Equipment Serial Number
update_deleted_equipment_serial_numberUpdate the serial number of a deleted equipment record in Procore Field Productivity. Correct or assign a serial number to an existing deleted equipment entry.
Instructions
Update a serial number for a deleted piece of Equipment. Use this to update an existing Field Productivity records (only the supplied fields are changed). Updates the specified Field Productivity records and returns the modified object on success. Required parameters: company_id, id. Procore API: Project Management > Field Productivity. Endpoint: PATCH /rest/v1.0/companies/{company_id}/managed_equipment/{id}/update_deleted_equipment_serial_number
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| id | Yes | URL path parameter — unique identifier of the Field Productivity resource | |
| serial_number | No | JSON request body field — serial number of the equipment |