Web Services Reference for Oracle Billing Insight > Customizing RESTful Resources > Customizing Analytics Resources >

About the Resource and Report ID Mapping File


All preconfigured resources implemented using the reporting engine are listed in the ws_reportIdMap.properties file, located in the following directory, in which EDX_HOME is the directory where you installed Oracle Billing Insight:

  • UNIX. EDX_HOME/config/webservice
  • Windows. EDX_HOME\config\webservice

You can edit the ws_reportIdMap.properties file to customize or extend existing analytics RESTful resources. Each resource entry uses the following format:

URI Resource=reportId, {reportId for B2C}

URI Resource represents the resource without the input parameter, and reportId is the report identifier specified in the report XML file. If the same URI can be used for both the B2B and B2C applications but with a different report ID, then specify the report ID for the B2B application first, followed by the B2C application. Any additional parameters that you provide must be passed as parameters in the URL. The following report examples are from the report ID mapping property file:

/analytics/accounts/{accountId}/serviceAgreements/{serviceNumber}/overview=telco_std_r3,telco_std_b2c_r3

/statements/{statementKey}/accountSummary=statementAccountSummary

Web Services Reference for Oracle Billing Insight Copyright © 2016, Oracle and/or its affiliates. All rights reserved. Legal Notices.