Click or drag to resize

DutyOfCareServiceGetDutyOfCareForAcknowledgement Method

Get duty of care deliveries for acknowledgment.

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 IList<DutyOfCareAcknowledgementEntity> GetDutyOfCareForAcknowledgement(
	string authenticationKey,
	DutyOfCareRequestEntity request
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
request
Type: AMCS.Elemos.IntegrationService.Entity.DutyOfCareDutyOfCareRequestEntity
The request.

Return Value

Type: IListDutyOfCareAcknowledgementEntity
Duty of care deliveries for acknowledgement.
See Also