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

Sample API Request

Sample API Request

The API accepts two responses in XML format, one response is before a change and the other response is after the change. In the following request, a new phone number is added to the organization. The
before
XML data does not have the phone number, the
after
XML data has the phone number.
The following request contains the newly added phone number:
POST http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/daas/update/linkage2org?systemName=Admin <urn:DaaSChangelinkage2org xmlns:urn="urn:cs-ors.informatica.mdm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="urn:DaaSChangelinkage2org"> <urn:before xmlns="http://services.dnb.com/LinkageServiceV2.0"> <SubjectHeader> <DUNSNumber>697557825</DUNSNumber> </SubjectHeader> </urn:before> <urn:after xmlns="http://services.dnb.com/LinkageServiceV2.0"> <SubjectHeader> <DUNSNumber>697557825</DUNSNumber> </SubjectHeader> <Telecommunication> <TelephoneNumber> <TelecommunicationNumber>09736250550</TelecommunicationNumber> <InternationalDialingCode>1</InternationalDialingCode> <UnreachableIndicator>true</UnreachableIndicator> </TelephoneNumber> </Telecommunication> </urn:after> </urn:DaaSChangelinkage2org>

0 COMMENTS

We’d like to hear from you!