NavigatorWebService WriteCompanyXml Method Navigator Web Services Developer Documentation
This function will simply write back the data fields identified in the GetCompanies routines. A zero CompNo will denote that this is a new company, 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 WriteCompanyXml(
	CompanyUpdate data
)

Parameters

data
Type: DmsNavigator CompanyUpdate
DmsNavigator.CompanyUpdate class in XML format

Return Value

Type: OnlineString
The new CompNo is returned in the response

Implements

INavigatorWebService WriteCompanyXml(CompanyUpdate)
See Also