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

Sample API Response

Sample API Response

The following example shows the details of the relationship record with the row ID 85, which is of the relationship type
ProductGroupProductGroupIsParentOfProductProducts
:
{ "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json?depth=2", "rel": "children" } ], "rowidObject": "85 ", "label": "ProductGroup Product Group is parent of Product Products", "rowidRelType": "9 ", "rowidHierarchy": "3 ", "from": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json?depth=2", "rel": "children" } ], "rowidObject": "86 ", "label": "ProductGroup", "productType": "Product Group", "productNumber": "Presenter2", "productName": "Presenter", "productDesc": "Presenter Family", "productTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86/productTypeCd.json?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/from/86/productTypeCd.json", "rel": "self" } ], "productType": "Product Group" } }, "to": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json?depth=2", "rel": "children" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85.json", "rel": "parent" } ], "rowidObject": "66 ", "label": "Products", "productType": "Product", "productNumber": "931307-0403", "productName": "2.4 GHz Cordless Presenter", "productDesc": "A cordless presenter to streamline your delivery.", "productTypeCd": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66/productTypeCd.json", "rel": "self" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66.json", "rel": "parent" }, { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ProductGroupProductGroupIsParentOfProductProducts/85/to/66/productTypeCd.json?depth=2", "rel": "children" } ], "productType": "Presenter" } } }

0 COMMENTS

We’d like to hear from you!