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

Parameters

Parameters

Specify the parameters to return business entity records that are edited and replaced with new values.
The following table describes the parameters in the request body.
Parameter
Type
Description
entity
Path
The name of the business entity records to return.
orsId
Path
Operational Reference Store ID of the database to return the replaced business entity records.
firstRecord
Query
Optional. The row of the records list.
order
Query
Optional.
Comma-separated list of field names with an optional prefix of
+
or
-
. The prefix
+
indicates to sort the results in ascending order, and the prefix
-
indicates to sort the results in descending order. Default is
+
. When you specify more than one parameter, the result set is ordered by the parameter that is first in the list, followed by the next.
recordsToReturn
Query
Optional. Specifies the number of rows to return.
returnTotal
Query
Optional. If set to
true
, returns the number of records in the result. Default is
false

0 COMMENTS

We’d like to hear from you!