Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceUpdateCustomerAddress Method

Update customers address. The customer must be a prospect or passive without a future start. Only supported for the .NET datamodel. Directly against the database (no temporary information)

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebCustomerInfo UpdateCustomerAddress(
	int customerNumber,
	string titleCode,
	InfoWebAddress address,
	string signature
)

Parameters

customerNumber  Int32
The customernumber
titleCode  String
The code for the subscription title
address  InfoWebAddress
The address
signature  String
The signature to use in the address source

Return Value

InfoWebCustomerInfo
A InfoWebCustomerInfo object with status code 00 if address was saved successfully. For other possible status codes, look under Remarks.
Remarks

Possible status codes:

    See Also