Click or drag to resize

DutyOfCareServiceGetDutyOfCareForDelivery Method

Returns a list of duty of care items that are ready for delivery.

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<DutyOfCareDeliveryEntity> GetDutyOfCareForDelivery(
	string authenticationKey,
	DutyOfCareRequestEntity request
)

Parameters

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

Return Value

Type: IListDutyOfCareDeliveryEntity
A list of duty of care items ready for delivery.
See Also