In the Integrations section of the
project workspace, click Actions on the integration flow, then select
Run.
On the Configure and run page, click
Endpoint metadata.
In the panel that opens, copy the
Endpoint URL value. This is the integration
flow's endpoint URL.
From the external application, send a POST request to this endpoint URL along with the ID of the opportunity you want to retrieve from Oracle B2B Service. Enter the opportunity ID in the POST request’s URI Parameters tab.
The recipe retrieves the corresponding opportunity details from Oracle B2B Service and sends the opportunity details to the caller as a response.
Test the recipe in Oracle Integration.
In the Integrations section of the
project workspace, click Actions on the integration flow, then select
Run.
On the Configure and run page, in the Request section, enter the ID of the opportunity that you wish to retrieve.
Click
Run.
The recipe invokes a REST API to get the opportunity details from Oracle B2B Service.
In the Response section of the test page, under the Body tab, you’ll find a success response, 200 OK.