|
InfoWebXMLWebServiceGetCustomersReAddresses Method |
Get all temporary addresses
Namespace: Infosoft.WebservicesAssembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax No code example is currently available or this language may not be supported.
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
InfoWebDeliveryAddressInfoWebDeliveryAddresseCollection - a collection of InfoWebDeliveryAddress objects
Exceptions Exception | Condition |
---|
SoapException | A soap exception due to no subscription found for the customer on the given title |
See Also