Click or drag to resize

DutyOfCareServiceGetDutyOfCareForReview Method

Return a list of customer sites and related details for which duty of care could be generated.

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<DutyOfCareReviewEntity> GetDutyOfCareForReview(
	string authenticationKey,
	DutyOfCareReviewRequestEntity request
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
request
Type: AMCS.Elemos.IntegrationService.Entity.DutyOfCareDutyOfCareReviewRequestEntity
The request contains the company outlets, the expiry date and whether subcontracted items are to be returned.

Return Value

Type: IListDutyOfCareReviewEntity
See Also