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: DmsNavigatorAssembly: DmsNavigator (in DmsNavigator.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
Parameters
- incomingFields
- Type: DmsNavigator CustomerUpdate
DmsNavigator.CustomerUpdate class in jSON format
Return Value
Type: StringThe new CustNo is returned in the response
Implements
INavigatorWebService WriteCustomer(CustomerUpdate)See Also