Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetAllDeliveryAddresses Method

Returns all of customer's delivery addresses.

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

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the susbcription title

Return Value

InfoWebDeliveryAddress
InfoWebDeliveryAddresseCollection - a collection of InfoWebDeliveryAddress objects. If no address, customer or subscription is found, it will return an empty collection
Remarks

Possible status codes:

    See Also