Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Appendix A: Using REST APIs to Add Records
  10. Appendix B: Using REST APIs to Upload Files
  11. Appendix C: Using REST APIs to Manage Reports

Request Body

Request Body

Specify the report for which you want to add or update data entries.
The following table describes the parameters for the report data in the request body:
Parameter
Description
DIMENSION_NAME_1
The name of a dimension of data in the report. For example, a dimension might be User Name, Review task type, or business entity type.
DIMENSION_NAME_2
Optional. The name of a dimension of data in the report. For example, a dimension might be User Name, Review task type, or business entity type.
TIMEPERIOD_NAME
Optional. Name of the period of time to which the data applies. For example, you might specify
Month
.
METRIC_VALUE
Number that represents the dimensions of data. For example, you might have a report that collects information about closed tasks by user. One dimension of the report is the user John Smith, and another dimension is the Review task type. The metric value might be
5
. This means that John Smith closed five tasks of the Review task type.
DRILLDOWN_RPT_ID
ID of a drilldown report. If the value is
null
, then there is no drilldown report configured.

0 COMMENTS

We’d like to hear from you!