Click or drag to resize

CasualCustomerServiceGetPriceForZones Method

Gets the prices 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 ZoneServicePricesResultEntity GetPriceForZones(
	string authenticationKey,
	ZoneSearchRequest searchRequest
)

Parameters

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

Return Value

Type: ZoneServicePricesResultEntity
Exceptions
ExceptionCondition
NotImplementedException
See Also