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