Click or drag to resize

CasualCustomerServiceGetOrderSummary Method

Gets the order summary.

Namespace:  AMCS.Elemos.IntegrationService.Services.CasualCustomer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public CasualCustomerOrderSummaryEntity GetOrderSummary(
	string authenticationKey,
	int customerId,
	IList<int> siteOrderIds
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerId
Type: SystemInt32
The customer identifier.
siteOrderIds
Type: System.Collections.GenericIListInt32
The site order ids.

Return Value

Type: CasualCustomerOrderSummaryEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode("GetOrderSummary")
FaultCodeGetOrderSummary
See Also