Click or drag to resize

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)
Syntax
public MunicpalOrderStatusEntity GetMunicipalOrderStatus(
	string authenticationKey,
	Nullable<int> customerId
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
customerId
Type: SystemNullableInt32
The customer identifier.

Return Value

Type: MunicpalOrderStatusEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetMunicipalOrderStatus)
FaultCodeGetMunicipalOrderStatus
See Also