Q10
Single choice
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 officers in that postal code.
The other REST service uses a city name as a GET parameter and returns a datailed list of back offices in cities with that name.
The application uses data pages to cache details about bank offices.
Which approach do you use to populate a data page with a list of bank offices in a postal code from the REST service?