 | CasualCustomerServiceGetMunicipalOrderSummary Method |
Gets the municipal 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 OrderCombinationGroupingSummaryEntity GetMunicipalOrderSummary(
string authenticationKey,
Nullable<int> orderCombinationGroupingId,
Nullable<int> customerId
)
Public Function GetMunicipalOrderSummary (
authenticationKey As String,
orderCombinationGroupingId As Nullable(Of Integer),
customerId As Nullable(Of Integer)
) As OrderCombinationGroupingSummaryEntity
Parameters
- authenticationKey
- Type: SystemString
The authentication key. - orderCombinationGroupingId
- Type: SystemNullableInt32
The order combination grouping identifier. - customerId
- Type: SystemNullableInt32
The customer identifier.
Return Value
Type:
OrderCombinationGroupingSummaryEntity
Exceptions
See Also