목차

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": [], "firstRecord": 1, "pageSize": 10, "item": [ { "operations": { "read": { "allowed": true }, "search": { "allowed": false }, "create": { "allowed": true, "task": { "template": { "title": "Review changes in {taskRecord[0].label}", "priority": "NORMAL", "dueDate": "2018-04-24T09:31:48.167-04:00", "taskType": "AVOSBeUpdate", "comment": "This is urgent. Please review ASAP" }, "comment": "AS_REQUIRED", "attachment": "OPTIONAL" } }, "update": { "allowed": true, "task": { "template": { "title": "Review changes in {taskRecord[0].label}", "priority": "NORMAL", "dueDate": "2018-04-24T09:31:48.167-04:00", "taskType": "AVOSBeUpdate", "comment": "This is urgent. Please review ASAP" }, "comment": "AS_REQUIRED", "attachment": "OPTIONAL" } }, "merge": { "allowed": true, "task": { "template": { "title": "Review changes in {taskRecord[0].label}", "priority": "NORMAL", "dueDate": "2018-04-24T09:31:48.167-04:00", "taskType": "AVOSBeMerge", "comment": "This is urgent. Please review ASAP" }, "comment": "AS_REQUIRED", "attachment": "OPTIONAL" } }, "delete": { "allowed": true }, "unmerge": { "allowed": true, "task": { "template": { "title": "Review changes in {taskRecord[0].label}", "priority": "NORMAL", "dueDate": "2018-04-24T09:31:48.167-04:00", "taskType": "AVOSBeUnmerge", "comment": "This is urgent. Please review ASAP" }, "comment": "AS_REQUIRED", "attachment": "OPTIONAL" } } }, "objectType": "ENTITY", "timeline": false, "object": { "link": [ { "href": "http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/ CreditCard.json?action=meta", "rel": "entity" } ], "field": [ { "name": "issuingCompany", "label": "Issuing Company", "dataType": "String", "length": 100 }, { "name": "expirationYear", "label": "Expiration Year", "dataType": "String", "length": 4 }, { "allowedValues": [ "Credit Card" ], "name": "accountType", "label": "Account Type", "dataType": "String", "length": 255 }, { "name": "accountNumber", "label": "Account Number", "dataType": "String", "length": 20 }, { "name": "securityCode", "label": "Security Code", "dataType": "String", "length": 4 }, { "name": "expirationMonth", "label": "Expiration Month", "dataType": "String", "length": 2 }, { "name": "cardholderName", "label": "Card Holder Name", "dataType": "String", "length": 100 }, { "name": "consolidationInd", "label": "Consolidation Ind", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "creator", "label": "Creator", "dataType": "String", "length": 50, "readOnly": true, "system": true }, { "name": "interactionId", "label": "Interaction Id", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "updatedBy", "label": "Updated By", "dataType": "String", "length": 50, "readOnly": true, "system": true }, { "name": "lastUpdateDate", "label": "Last Update Date", "dataType": "Date", "readOnly": true, "system": true }, { "name": "lastRowidSystem", "label": "Last Rowid System", "dataType": "String", "length": 14, "readOnly": true, "system": true }, { "name": "dirtyIndicator", "label": "Dirty Indicator", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "deletedBy", "label": "Deleted By", "dataType": "String", "length": 50, "readOnly": true, "system": true }, { "name": "deletedInd", "label": "Deleted Indicator", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "hubStateInd", "label": "Hub State Ind", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "deletedDate", "label": "Deleted Date", "dataType": "Date", "readOnly": true, "system": true }, { "name": "rowidObject", "label": "Rowid Object", "dataType": "String", "length": 14, "readOnly": true, "system": true }, { "name": "cmDirtyInd", "label": "Content metadata dirty Ind", "dataType": "Integer", "length": 38, "readOnly": true, "system": true }, { "name": "createDate", "label": "Create Date", "dataType": "Date", "readOnly": true, "system": true } ], "name": "CreditCard", "label": "Credit Card", "many": false } }, ... ] }