목차

Search

  1. 서문
  2. 비즈니스 항목 서비스 소개
  3. Enterprise Java Bean 비즈니스 항목 서비스 호출
  4. Representational State Transfer 비즈니스 항목 서비스 호출
  5. Simple Object Access Protocol 비즈니스 항목 서비스 호출
  6. 교차 참조 레코드 및 BVT 계산을 위한 서비스
  7. 기업 연결 서비스 지원
  8. 데이터 정리, 분석 및 변환을 위한 외부 호출
  9. REST API를 사용하여 레코드 추가
  10. REST API를 사용하여 파일 업로드

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

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

샘플 API 응답

샘플 API 응답

다음 샘플 응답은 일치 규칙 집합 IDL2를 기반으로 이름이 STEVE인 레코드에 대한 쿼리 결과를 보여 줍니다.
{ "link": [], "firstRecord": 1, "recordCount": 3, "pageSize": 10, "searchToken": "SVR1.17LJ2", "matchedEntity": [ { "businessEntity": { "Person": { "rowidObject": "145 ", "label": "SAMUEL,STEVE", "partyType": "Person", "lastName": "SAMUEL", "displayName": "MR STEVE SAMUEL ", "statusCd": "A ", "firstName": "STEVE", "genderCd": { "genderCode": "M" }, "namePrefixCd": { "namePrefixCode": "MR" } } }, "matchRule": "IDL2|1", "matchScore": "93", "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI2/meta/matchRule/Person/IDL2|1.json", "rel": "matchRule" } ] }, { "businessEntity": { "Person": { "rowidObject": "268 ", "label": "SMITH,STEVE", "partyType": "Person", "lastName": "SMITH", "displayName": "STEVE SMITH", "firstName": "SAM" } }, "matchRule": "IDL2|1", "matchScore": "98", "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI2/meta/matchRule/Person/IDL2|1.json", "rel": "matchRule" } ] }, { "businessEntity": { "Person": { "rowidObject": "448 ", "label": "SMITH,STEVEN", "partyType": "Person", "lastName": "SMITH", "displayName": "SAM STEVEN", "firstName": "STEVEN" } }, "matchRule": "IDL2|1", "matchScore": "98", "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI2/meta/matchRule/Person/IDL2|1.json", "rel": "matchRule" } ] } ], "facet": [] }