Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. EJB Business Entity Service Calls
  4. REST Business Entity Service Calls
  5. SOAP Business Entity Service Calls
  6. Cross-reference Records and BVT Calculations Services
  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

Query Parameters

Query Parameters

The name of the source system is a required query parameter.
You can use the following query parameters in the request:
Parameter
Description
systemName
Name of the source system.
interactionId
ID of the interaction. You can group multiple requests into a single interaction. All changes are done with the interaction ID.
ignoreWarnings
Indicates whether the warning-level validation messages are ignored. Default is false. Set to true to ignore the warning messages.
startdate and enddate
Specifies the period of time for which the record is effective. Provide these parameters for a timeline-enabled base object.
validateOnly
Indicates whether the incoming data is validated. Default is false.
recordState
Sets the state of the record. Use ACTIVE, PENDING, or DELETED.
For example, if you set
recordState=ACTIVE
, and request runs on a soft-deleted record, the request restores the record to the active state.
taskComment
Add a comment to the workflow task triggered by the API.
taskAttachments
If task attachments are enabled, attach a file to the workflow task triggered by the API.

0 COMMENTS

We’d like to hear from you!