Click or drag to resize
LegacyTelogisServiceUpdateUnit Method
Print this page
Updates a unit. It does not currently support updating a unit's properties.

Namespace: Telogis.API
 
Syntax
public void UpdateUnit(
	Unit unit
)

Parameters

unit
Type: Telogis.APIUnit
Unit object to update
Remarks

Use the ListUnits(Int32, Int32) or FindUnits(String, Property) method to obtain Unit objects, modify the objects as desired and then pass the objects to this method to modify the Verizon Connect Fleet record of these units.

See Also