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. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

Supported REST Methods

Supported REST Methods

The REST APIs for business entity services use the standard HTTP methods to perform operations on the resources, such as records, tasks, and files.
The REST APIs for business entity services support the following HTTP request methods:
Method
Description
GET
Retrieves information about a record, a task, or a file.
POST
Creates a task, a root record, a child record, or a file.
The Operational Reference Store (ORS) name in a POST request is case sensitive. If the case of the ORS name does not match the name in the MDM Hub, an error occurs.
PUT
Updates a root record, a child record, a task, or a file.
PATCH
Updates a task partially.
DELETE
Deletes a root record, a child record, or a file.

0 COMMENTS

We’d like to hear from you!