 | AddressServiceGetDefaultCustomerSite Method |
Gets the default customer site.
Namespace:
AMCS.Elemos.IntegrationService.Services.Address
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic CustomerSitePartialEntity GetDefaultCustomerSite(
string authenticationKey,
int customerId,
int contactId
)
Public Function GetDefaultCustomerSite (
authenticationKey As String,
customerId As Integer,
contactId As Integer
) As CustomerSitePartialEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - customerId
- Type: SystemInt32
The customer identifier. - contactId
- Type: SystemInt32
The contact identifier.
Return Value
Type:
CustomerSitePartialEntity
Exceptions
See Also