Click or drag to resize

FRAMServiceGetSenderStations Method

Returns the closest stations (within radius) with selected additional services.

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 ArrayResponse<Station> GetSenderStations(
	AuthTicket authTicket,
	int zipCode,
	int radius,
	string parcelType,
	bool priority
)

Parameters

authTicket  AuthTicket
Authentication ticket
zipCode  Int32
Zip code
radius  Int32
Radius (meters)
parcelType  String
Parcel type
priority  Boolean
Priority (additional service)

Return Value

ArrayResponseStation
Stations
See Also