Click or drag to resize

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)
Syntax
public ContactEntity GetContact(
	string authenticationKey,
	ContactSearchRequestEntity contactRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
contactRequest
Type: AMCS.Elemos.IntegrationService.Entity.CustomerContactSearchRequestEntity
The contact request.

Return Value

Type: ContactEntity
See Also