Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCustomersReAddresses Method

Get all temporary addresses

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebDeliveryAddress[] GetCustomersReAddresses(
	int customerNumber,
	string titleCode,
	bool foreignAddresses
)

Parameters

customerNumber  Int32
The number for the customer. Must be above 0
titleCode  String
The code for the susbcription title
foreignAddresses  Boolean
If true it also add foreign adresses to the address collection. If false no foreign adresses will be added to the address collection

Return Value

InfoWebDeliveryAddress
InfoWebDeliveryAddresseCollection - a collection of InfoWebDeliveryAddress objects
Exceptions
ExceptionCondition
SoapExceptionA soap exception due to no subscription found for the customer on the given title
See Also