 | 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)
Syntaxpublic List<CustomerPartialEntity> GetCustomersByArAccountCode(
string authenticationKey,
string arAccountCode
)
Public Function GetCustomersByArAccountCode (
authenticationKey As String,
arAccountCode As String
) As List(Of CustomerPartialEntity)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - arAccountCode
- Type: SystemString
The ar account code.
Return Value
Type:
ListCustomerPartialEntityList 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