Click or drag to resize

CasualCustomerServiceGetMunicipalPricesForZones Method

Gets the municipal price for zones.

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 MunicipalCustomerZonePricesResultEntity GetMunicipalPricesForZones(
	string authenticationKey,
	MunicipalCustomerZoneSearchRequest searchRequest
)

Parameters

authenticationKey
Type: SystemString
The authentication key.
searchRequest
Type: AMCS.Elemos.IntegrationService.Entity.CasualCustomerMunicipalCustomerZoneSearchRequest
The search request.

Return Value

Type: MunicipalCustomerZonePricesResultEntity
Exceptions
ExceptionCondition
FaultExceptionnew FaultCode(GetMunicipalPriceForZones)
FaultCodeGetMunicipalPriceForZones
See Also