목차

Search

  1. 서문
  2. 비즈니스 항목 서비스 소개
  3. EJB 비즈니스 항목 서비스 호출
  4. REST 비즈니스 항목 서비스 호출
  5. Data Director용 REST API
  6. SOAP 비즈니스 항목 서비스 호출
  7. 교차 참조 레코드 및 BVT 계산 서비스
  8. 기업 연결 서비스 지원
  9. 데이터 정리, 분석 및 변환을 위한 외부 호출
  10. 부록 A: REST API를 사용하여 레코드 추가
  11. 부록 B: REST API를 사용하여 파일 업로드
  12. 부록 C: REST API를 사용하여 보고서 관리

비즈니스 항목 서비스 가이드

비즈니스 항목 서비스 가이드

샘플 API 응답

샘플 API 응답

다음 샘플 응답은 계층 루트에 대한 비즈니스 항목 레코드의 경로를 보여 줍니다.
{ "link":[], "item":[ { "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/584", "rel":"self" } ], "rowidObject":"584", "label":"Time Warner Inc", "partyType":"Organization", "displayName":"Time Warner Inc", "dunsNumber":"799527630" } }, "entityLabel":"Time Warner Inc", "entityType":"Organization", "depth":2, "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/55", "rel":"self" } ], "rowidObject":"55", "label":"Historic TW Inc", "partyType":"Organization", "displayName":"Historic TW Inc", "dunsNumber":"958466278" } }, "entityLabel":"Historic TW Inc", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"834", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"584" }, "to":{ "rowidObject":"55" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf", "object":{ "businessEntity":{ "Organization":{ "link":[ { "href":"http://localhost:8080/cmx/request/hm_icons/hierarchymanager/Hospital/Hospital.png?ors=localhost-orcl-MDM_SAMPLE", "rel":"icon" }, { "href":"http://localhost:8080/cmx/cs/localhost-orcl-MDM_SAMPLE/Organization/35", "rel":"self" } ], "rowidObject":"35", "effectivePeriod":{ }, "label":"People Magazine", "partyType":"Organization", "displayName":"People Magazine", "dunsNumber":"011584096" } }, "entityLabel":"People Magazine", "relationshipLabel":"is ODI parent of", "relationship":{ "rowidObject":"889", "label":"is ODI parent of", "rowidRelType":"2", "rowidHierarchy":"1", "relName":"Parent", "relDesc":"Parent", "from":{ "rowidObject":"55" }, "to":{ "rowidObject":"35" } }, "entityType":"Organization", "relationshipType":"IsOdiParentOf" } } } ] }