Click or drag to resize

ThirdPartyPortalServiceThirdPartyRequestPortalService Method

Validations and prepares a Third Party Request for portal order service.

Namespace:  AMCS.Elemos.IntegrationService.Services.ThirdPartyPortal
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ThirdPartyRequestPortalServiceResult ThirdPartyRequestPortalService(
	string authenticationKey,
	ThirdPartyRequestPortalServiceRequest request
)

Parameters

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

Return Value

Type: ThirdPartyRequestPortalServiceResult
ThirdPartyRequestPortalServiceResult.
See Also