Click or drag to resize
Infosoft Logo

CustomerDynamicAttributeServiceGetCustomerDynamicAttributes Method

Get a list of all dynamic attributes applied to the specified customernumber.

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public DynamicAttributesListResponse GetCustomerDynamicAttributes(
	GetCustomerDynamicAttributesRequest request
)

Parameters

request  GetCustomerDynamicAttributesRequest
The request message containing the customer number of the desired customer instance

Return Value

DynamicAttributesListResponse
A list of all the customers currently applied attributes
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown whenever a request is missing
InvalidValueExceptionThrown when the customernumber is not specified properly
NotFoundExceptionThrown when the customer is not found
See Also