Which approach do you use to populate a data page with a list of bank offices in a postal code from the REST service?

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?
A . configure a REST connector data source. configure the REST connector to reference the postal code from the work object using the request data transform.
B. configure a REST connector data source. Set the Endpoint on the data source to reference the postal code parameter value at the end of the URL
C. configure a REST connector data source and pass the parameter page to the connector. configure the REST connector to reference the same parameter in the query string for the get method
D. configure a REST connector data source and pass the postal code parameter to the request data transform configure the REST connector to use the postal code the query string for the get method

Answer: D

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments