74
Views
1
Comments
How to integrate a API and send data to other API

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.

2020-09-15 13-07-23
Kilian Hekhuis
 
MVP

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.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.