NavigatorWebService WriteVehicle Method Navigator Web Services Developer Documentation
This function will simply write back the data fields identified in the GetVehicles routines. A zero VehNo will denote that this is a new vehicle, which needs to be created on the DMS.

Namespace: DmsNavigator
Assembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax

public string WriteVehicle(
	Vehicle incomingFields
)

Parameters

incomingFields
Type: DmsNavigator Vehicle
DmsNavigator.Vehicle class in jSON format

Return Value

Type: OnlineString
The new VehNo is returned in the response

Implements

INavigatorWebService WriteVehicle(Vehicle)
See Also