Activate and Test the Integration

Activate the Integration

Perform the following steps to activate the "EBS Site" integration you just created:

  1. On the Integrations page, click Activate icon for the "EBS Site" integration that you created earlier to activate the integration.

  2. The Confirmation dialog appears. Click Activate.

    Notice that a status message is displayed in the banner at the top of the Integrations page.

Test the Integration

Perform the following steps to test the integration:

  1. Click Run icon, then click Test on the message that is displayed.

  2. In the Request section of the Test page, select Body tab and then enter the following information in the Body field:

    {
     "site":{
      "SiteNumber":"Site1",
      "SiteName":"Demo Site",
      "SiteType":"Internal",
      "SiteStatus":"Active",
      "BrandName":"Brand A",
      "Country":"United States",
      "Address1":"100 A1"
     }
    }

    The POST operation is shown in the top. Below this is the Request section with the URI Parameters, Headers, Body (selected), cURL, and Integration Properties tabs. Below this there are the Test (selected) and File buttons. Below this the request payload information is entered. The Response section is shown in the bottom.

  3. Click Test to invoke the integration.

    In the Response section, you will find the following response message indicating that this integration is successfully invoked. The new site called "Demo Site" with site number Site1 is created in Oracle E-Business Suite Site Hub.

    {
     "message”: “SUCCESS. Site Number=Site1"
    }