your application connects to two REST services that list details about bank offices. One REST service uses a postal code as a GET parameter and returns a detailed list of bank offices in that postal code. The other REST service uses a city name as a GET parameter and returns a detailed list of bank offices in cities with that name.
the application uses data pages to cache details about bank offices.
Select two options to configure a data page to accept either a postal code or a city name as a parameter and call the appropriate REST connector. (choose two)