Solved

23R2 - Business Process Automation(BPA) - REST Call Query Parameters

  • 5 February 2024
  • 2 replies
  • 117 views

Userlevel 3
Badge +9

Hi All,

Documentation:

https://docs.ifs.com/techdocs/23r2/040_tailoring/500_business_process_automation/050_business_process_modeling/030_ifs_rest_call/


How do you define ‘Query Parameters’ in a BPA REST Call?
I want to get Geocodes via Heremaps and need to pass apiKey and Address as ‘Query Parameters’.


Example below shows how it is fetched via POSTMAN,

Endpoint:
https://geocode.search.hereapi.com/v1/geocode

POSTMAN:
 

 

icon

Best answer by dsj 5 February 2024, 23:56

View original

2 replies

Userlevel 7
Badge +20

Hi @GaSoGB,

 

You can set the query parameters and api key as inline scrips and add them to the URL.

A good example can be found in the IFS provided workflow finCurrencyTypeUpdate where it added the URL and the API Key as parameters.

 

Hope it helps!

Damith

Userlevel 3
Badge +9

Hi @dsj ,

Thanks Damith. Will test and see how it goes.

Best regards
GaSoGB

Reply