Click or drag to resize
Infosoft Logo

InfoWebXMLWebServiceGetCustomerDynamicAttributes Method

Get all dynamic attributes on the customer based on the customernumber

Namespace: Infosoft.Webservices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public List<InfoWebCustomerDynamicAttribute> GetCustomerDynamicAttributes(
	int customerNumber
)

Parameters

customerNumber  Int32
The number for the customer

Return Value

ListInfoWebCustomerDynamicAttribute
A list of dynamic attributes. Returns an empty list if customer number is unknown or no dynamic attributes are found
See Also