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

Read the Record Response

Read the Record Response

The following sample response shows the details of the record that you added:
{ "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248?depth=2", "rel": "children" } ], "rowidObject": "658248 ", "label": "Person", "partyType": "Person", "displayName": "BORIS ISAAC", "firstName": "BORIS", "lastName": "ISAAC", "genderCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/genderCd/2", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/genderCd/2?depth=2", "rel": "children" } ], "rowidObject": "2 ", "label": "LU Gender", "genderCode": "M", "genderDisp": "MALE" }, "Address": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248", "rel": "parent" } ], "firstRecord": 1, "pageSize": 10, "searchToken": "SVR1.PCWJ", "item": [ { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526", "rel": "self" } ], "rowidObject": "101526 ", "label": "Contact Address", "Address": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506", "rel": "self" } ], "rowidObject": "121506 ", "label": "Address", "addressLine1": "B-203, 101 Avenue, New York", "countryCode": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506/countryCode", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506/countryCode?depth=2", "rel": "children" } ], "countryCode": "US" }, "stateCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506/stateCd?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Address/101526/Address/121506/stateCd", "rel": "self" } ], "stateAbbreviation": "NY" } } } ] }, "Telephone": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone", "rel": "self" } ], "firstRecord": 1, "pageSize": 10, "searchToken": "SVR1.PCWK", "item": [ { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20967", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20967?depth=2", "rel": "children" } ], "rowidObject": "20967 ", "label": "Telephone", "phoneNum": "1234567 ", "phoneTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20967", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20967/phoneTypeCd/8", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20967/phoneTypeCd/8?depth=2", "rel": "children" } ], "rowidObject": "8 ", "label": "LU Phone Type", "phoneTypeDisp": "HOME", "phoneType": "HOM" } }, { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20968", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20968?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone", "rel": "parent" } ], "rowidObject": "20968 ", "label": "Telephone", "phoneNum": "7654321 ", "phoneTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20968/phoneTypeCd/6", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20968", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-hub101-ds_ui1/Person/658248/Telephone/20968/phoneTypeCd/6?depth=2", "rel": "children" } ], "rowidObject": "6 ", "label": "LU Phone Type", "phoneTypeDisp": "MOBILE", "phoneType": "MOB" } } ] } }

0 COMMENTS

We’d like to hear from you!