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

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!