Click or drag to resize

DutyOfCareServiceDeliver Method

Delivers the list of duty of cares.

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 DutyOfCareDeliveryResultEntity Deliver(
	string authenticationKey,
	IList<DutyOfCareDeliveryEntity> dutyOfCaresForDelivery
)

Parameters

authenticationKey
Type: SystemString
dutyOfCaresForDelivery
Type: System.Collections.GenericIListDutyOfCareDeliveryEntity
List of duty of cares to deliver.

Return Value

Type: DutyOfCareDeliveryResultEntity
The result has a list of any delivery errors encountered.
See Also