Click or drag to resize

PaymentServiceSavePortalPaymentRequest Method

Saves the portal payment request.

Namespace:  AMCS.Elemos.IntegrationService.Services.Payment
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Guid SavePortalPaymentRequest(
	string authKey,
	PortalExternalPaymentRequestPartialEntity request
)

Parameters

authKey
Type: SystemString
The authentication key.
request
Type: AMCS.Elemos.IntegrationService.Entity.PaymentPortalExternalPaymentRequestPartialEntity
The request.

Return Value

Type: Guid
See Also