Key rules in business request API execution
Each pre-configured API in the Foundation has the following rules configured for it:
Rule name | Rule type | Usage |
D_Connect<Resource> e.g. D_ConnectPayer | Data Page | Calls the connector and identifies the request and response mapping rules. |
Get<Resource> e.g. GetPayer | Connect REST | Calls the REST Service using endpoint URL. |
MapRequestData | Data Transform | Maps the request data. |
MapResponseData | Data Transform | Maps the results data to data page. |
MapToEntity | Data Transform | Maps the results to the Payer object. |
Previous topic Step 1: Integrating using REST APIs Next topic Accessing the API data page and connect REST rules