Click or drag to resize
LegacyTelogisServiceUpdateCondition2 Method
Print this page
Updates a Condition2 object that can either come from the newest exception engine or the legacy exception engine.

Namespace: Telogis.API
 
Syntax
public void UpdateCondition2(
	Condition2 condition
)

Parameters

condition
Type: Telogis.APICondition2
Condition2 object to modify in Verizon Connect Fleet.
Remarks

Use the ListConditions2 to obtain Condition2 objects, modify a Condition2 object as desired, then pass the Condition2 object to this method to modify the Verizon Connect Fleet record of this condition.

See Also