Click or drag to resize

FRAMServiceApotea_GetClosestStation Method

Returns the closest station.

Namespace: FRAM.WcfService.Public
Assembly: FRAM.WcfService.Public (in FRAM.WcfService.Public.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Response<Apotea_Station> Apotea_GetClosestStation(
	AuthTicket authTicket,
	int zipCode
)

Parameters

authTicket  AuthTicket
Authentication ticket
zipCode  Int32
Zip code

Return Value

ResponseApotea_Station
Stations
See Also