 | 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)
Syntaxpublic Nullable<int> GetCustomerIdForSiteName(
string authenticationKey,
string siteName
)
Public Function GetCustomerIdForSiteName (
authenticationKey As String,
siteName As String
) As Nullable(Of Integer)
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - siteName
- Type: SystemString
Name of the site.
Return Value
Type:
NullableInt32
Exceptions
See Also