RealtimePriceService
The following operations are supported. For a formal definition, please review the Service Description.
-
Authenticate
Authenticates using the user token. -
AuthenticateWithUID
Authenticates using the customer token, a unique device identifier, and application version. -
GetCityStateSortedResults
Gets the search results for a specified city using default settings. -
GetLatLongResults
Gets the search results for a latitude and longitude using default settings. -
GetLatLongSortedResults
Gets the search results around a latitude and longitude using a custom product for sorting -
GetLatLongSortedWithDistanceResults
Gets prices for stations within a user-specified radius (in miles) of a latitude and longitude. Also calculates distance to each station from the user's actual position as defined by UserLatitude and UserLongitude. Returns the nearest stations to latitude/longitude if [isFilteredByDistance], otherwise returns the cheapest stations. When sorting by price [SortByProduct] determines the retail product to sort by. -
GetStationListResults
Gets prices for a specific comma-separated list of station IDs. -
GetStationListSortedResults
Gets search results within a specific comma-separated list of station IDs sorted by a specific product -
GetZipCodeResults
Get the search results for a zip code using default settings. -
GetZipCodeSortedResults
Gets the search results for a zip code using a custom product for sorting. -
SearchCityState
Search the specified city for retail station prices using explicit settings. -
SearchCityStateSimple
Search the specified city for retail station prices with default parameters. -
SearchStationList
Get the search results for a station list using explicitly defined settings using explicitly defined settings -
SearchZipCode
Search a zip code for retail station prices using explicit settings. -
SearchZipCodeSimple
Search a zip code for retail station prices using default settings.