NavigatorWebService WriteCustomer Method Navigator Web Services Developer Documentation
This function will write back the data fields identified in the GetCustomers routines. A zero CustNo will denote that this is a new customer, 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 WriteCustomer(
	CustomerUpdate incomingFields
)

Parameters

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

Return Value

Type: OnlineString
The new CustNo is returned in the response

Implements

INavigatorWebService WriteCustomer(CustomerUpdate)
See Also