 | 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)
Syntaxpublic IList<DutyOfCareReviewEntity> GetDutyOfCareForReview(
string authenticationKey,
DutyOfCareReviewRequestEntity request
)
Public Function GetDutyOfCareForReview (
authenticationKey As String,
request As DutyOfCareReviewRequestEntity
) As IList(Of DutyOfCareReviewEntity)
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