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 request is always in the XML format.
The following sample request shows XML data of the type
ChildAssociation
from the linkage namespace:
POST http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/daas/import/linkage2org?systemName=Admin <FamilyTreeMemberOrganization xmlns="http://services.dnb.com/LinkageServiceV2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="ChildAssociation"> <AssociationTypeText>ParentSubsidiary</AssociationTypeText> <OrganizationName> <OrganizationPrimaryName> <OrganizationName>INFORMATICA JAPAN K.K.</OrganizationName> </OrganizationPrimaryName> </OrganizationName> <SubjectHeader> <DUNSNumber>697557825</DUNSNumber> </SubjectHeader> <Location> <PrimaryAddress> <StreetAddressLine> <LineText>2-5-1, ATAGO</LineText> </StreetAddressLine> <StreetAddressLine> <LineText>ATAGO GREEN HILLS MORI TOWER 26F.</LineText> </StreetAddressLine> <PrimaryTownName>MINATO-KU</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>TKY</TerritoryAbbreviatedName> <PostalCode>105-0002</PostalCode> <TerritoryOfficialName>TOKYO</TerritoryOfficialName> </PrimaryAddress> </Location> <OrganizationDetail> <FamilyTreeMemberRole> <FamilyTreeMemberRoleText>Subsidiary</FamilyTreeMemberRoleText> </FamilyTreeMemberRole> <FamilyTreeMemberRole> <FamilyTreeMemberRoleText>Headquarters</FamilyTreeMemberRoleText> </FamilyTreeMemberRole> <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator> </OrganizationDetail> <Linkage> <LinkageSummary> <ChildrenSummary> <ChildrenQuantity>1</ChildrenQuantity> <DirectChildrenIndicator>false</DirectChildrenIndicator> </ChildrenSummary> <ChildrenSummary> <ChildrenTypeText>Affiliate</ChildrenTypeText> <ChildrenQuantity>29</ChildrenQuantity> <DirectChildrenIndicator>false</DirectChildrenIndicator> </ChildrenSummary> <ChildrenSummary> <ChildrenTypeText>Branch</ChildrenTypeText> <ChildrenQuantity>1</ChildrenQuantity> <DirectChildrenIndicator>true</DirectChildrenIndicator> </ChildrenSummary> <SiblingCount>29</SiblingCount> </LinkageSummary> <GlobalUltimateOrganization> <DUNSNumber>825320344</DUNSNumber> </GlobalUltimateOrganization> <DomesticUltimateOrganization> <DUNSNumber>697557825</DUNSNumber> </DomesticUltimateOrganization> <ParentOrganization> <DUNSNumber>825320344</DUNSNumber> </ParentOrganization> <FamilyTreeMemberOrganization> <AssociationTypeText>HeadquartersBranch</AssociationTypeText> <OrganizationName> <OrganizationPrimaryName> <OrganizationName>INFORMATICA JAPAN K.K.</OrganizationName> </OrganizationPrimaryName> </OrganizationName> <SubjectHeader> <DUNSNumber>692640710</DUNSNumber> <SubjectHandling> <SubjectHandlingText DNBCodeValue="11028">De-listed</SubjectHandlingText> </SubjectHandling> </SubjectHeader> <Location> <PrimaryAddress> <StreetAddressLine> <LineText>2-2-2, UMEDA, KITA-KU</LineText> </StreetAddressLine> <PrimaryTownName>OSAKA</PrimaryTownName> <CountryISOAlpha2Code>JP</CountryISOAlpha2Code> <TerritoryAbbreviatedName>OSK</TerritoryAbbreviatedName> <PostalCode>530-0001</PostalCode> <TerritoryOfficialName>OSAKA</TerritoryOfficialName> </PrimaryAddress> </Location> <OrganizationDetail> <FamilyTreeMemberRole> <FamilyTreeMemberRoleText>Branch</FamilyTreeMemberRoleText> </FamilyTreeMemberRole> <StandaloneOrganizationIndicator>false</StandaloneOrganizationIndicator> </OrganizationDetail> <Linkage> <GlobalUltimateOrganization> <DUNSNumber>825320344</DUNSNumber> </GlobalUltimateOrganization> <DomesticUltimateOrganization> <DUNSNumber>697557825</DUNSNumber> </DomesticUltimateOrganization> <HeadquartersOrganization> <DUNSNumber>697557825</DUNSNumber> </HeadquartersOrganization> <FamilyTreeHierarchyLevel>2</FamilyTreeHierarchyLevel> </Linkage> </FamilyTreeMemberOrganization> <FamilyTreeHierarchyLevel>2</FamilyTreeHierarchyLevel> </Linkage> </FamilyTreeMemberOrganization>

0 COMMENTS

We’d like to hear from you!