Click or drag to resize

CustomerServiceGetCustomersByArAccountCode Method

Gets the customers by ar account code.

Namespace:  AMCS.Elemos.IntegrationService.Services.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public List<CustomerPartialEntity> GetCustomersByArAccountCode(
	string authenticationKey,
	string arAccountCode
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
arAccountCode
Type: SystemString
The ar account code.

Return Value

Type: ListCustomerPartialEntity
List of customers with this ar account code... Note that depending on the setup of data we cannot guarantee that account codes are unique! hence why we return a list
See Also