Hello All,
I would like to know is there possible/any way of sending a list with quite a lot of country code (e.g. US for United States) as parameter to REST API and subsequently it will be used by external part to receive/retrieve data and send back to our application?
Hi Junior,
The REST api being consumed should of method POST and the Receive In attribute should set to Body.
When consuming a REST api with List of Record Input, set the method to POST and write the corresponding request and response JSON.
Hope this helps,
Regards
Hi J u n i o r,
Hope this helps!