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. REST APIs for Data Director
  6. SOAP Business Entity Service Calls
  7. Cross-reference Records and BVT Calculations Services
  8. Supporting Corporate Linkage Service
  9. External Calls to Cleanse, Analyze, and Transform Data
  10. Appendix A: Using REST APIs to Add Records
  11. Appendix B: Using REST APIs to Upload Files
  12. Appendix C: Using REST APIs to Manage Reports

Request Body

Request Body

Send data for the record in the REST request body. Use the JSON format or the XML format to send data. Use the Get Metadata API to get the structure of the business entity and provide the required parameter values in the request body.
After you submit a REST API request to create a business entity record, Informatica MDM Hub calculates the trust score of the field. You can submit a REST API request for empty fields with calculated trust scores. You must specify double quotation marks in the request body.
The following JSON code sample requests the empty Gender Code field with a calculated trust score:
{ "firstName": "Sasha", "genderCd": "" }
If you use null instead of double quotation marks, Informatica MDM Hub does not calculate the field trust score.

0 COMMENTS

We’d like to hear from you!