Click or drag to resize

DutyOfCareServiceAcknowledge Method

Acknowledge a list of duty of cares as received.

Namespace:  AMCS.Elemos.IntegrationService.Services.DutyOfCare
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public void Acknowledge(
	string authenticationKey,
	IList<DutyOfCareAcknowledgementEntity> dutyOfCaresForAcknowledgement
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
dutyOfCaresForAcknowledgement
Type: System.Collections.GenericIListDutyOfCareAcknowledgementEntity
A list of duty of cares for acknowledgment.
See Also