Click or drag to resize

DutyOfCareServiceGenerate Method

Generates the duty of care for each of the given review objects.

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 Generate(
	string authenticationKey,
	IList<DutyOfCareReviewEntity> dutyOfCares
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
dutyOfCares
Type: System.Collections.GenericIListDutyOfCareReviewEntity
The review object contains all details required to create the duty of care.
See Also