We have an Big Application where a application form is created for applying loans.
whatever the details and data is enetered and filled in that application is stored in our Database.
I need to send selected data in that and need to send it to a API.
API from our end is ready which connects to other API and delivers data.
Can someone tell me the steps how
1) To fetch those data
2) after fetching need to integrate our rest API
3) i need to push those data to our API
4) Our api pushes those to other api
5) End.
Note for example : Those data includes fields like application number, first name, last name, gender, date of birth and also includes documents.
I need to do these all in a client action.
Please help me in this.
Hi Jayanth,
For the most part, this is very basic OutSystems programming. Please make sure you understand and are experienced with the basics in OutSystems, like querying data (the answer to your first question) and how OutSystems can consume APIs. On the latter there's also extensive documentation, which you could've found by searching.