 | 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)
Syntaxpublic CasualCustomerOrderSummaryEntity GetOrderSummary(
string authenticationKey,
int customerId,
IList<int> siteOrderIds
)
Public Function GetOrderSummary (
authenticationKey As String,
customerId As Integer,
siteOrderIds As IList(Of Integer)
) As CasualCustomerOrderSummaryEntity
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
See Also