Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCustomerDeliveryAddressByDate Method

Returns customer's delivery addresse for the supplied date.

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public InfoWebDeliveryAddress GetCustomerDeliveryAddressByDate(
	int customerNumber,
	string titleCode,
	DateTime date
)

Parameters

customerNumber  Int32
The number for the customer
titleCode  String
The code for the subscription title
date  DateTime
Date for address search

Return Value

InfoWebDeliveryAddress
InfoWebDeliveryAddress object with status code '00' if an address was found, for other possible status codes look under remarks
Remarks
    See Also