 | ContactServiceGetContact Method |
Gets the contact by request.
Namespace:
AMCS.Elemos.IntegrationService.Services.Contact
Assembly:
AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ContactEntity GetContact(
string authenticationKey,
ContactSearchRequestEntity contactRequest
)
Public Function GetContact (
authenticationKey As String,
contactRequest As ContactSearchRequestEntity
) As ContactEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - contactRequest
- Type: AMCS.Elemos.IntegrationService.Entity.CustomerContactSearchRequestEntity
The contact request.
Return Value
Type:
ContactEntity
See Also