Click or drag to resize

CustomerServiceGetCustomerIdForSiteName Method

Gets the name of the customer identifier for site.

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 Nullable<int> GetCustomerIdForSiteName(
	string authenticationKey,
	string siteName
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
siteName
Type: SystemString
Name of the site.

Return Value

Type: NullableInt32
Exceptions
ExceptionCondition
FaultException new FaultCode(Customer Service)
FaultReason
FaultCodeCustomer Service
See Also