目录

Search

  1. 前言
  2. 业务实体服务简介
  3. Enterprise Java Bean 业务实体服务调用
  4. 具象状态传输业务实体服务调用
  5. 简单对象访问协议业务实体服务调用
  6. 用于交叉引用记录和 BVT 计算的服务
  7. 支持企业关联服务
  8. 清理、分析和转换业务实体数据的外部调用
  9. 使用 REST API 添加业务实体记录

业务实体服务指南

业务实体服务指南

示例 API 响应

示例 API 响应

以下示例响应显示了行 ID 为 101 的“组织”业务实体类型的相关记录和关系:
{ "link": [], "firstRecord": 1, "pageSize": 10, "searchToken": "SVR1.1H7YB", "relatedEntity": [ { "businessEntity": { "SecurePerson": { "link": [ { "href": "http://10.21.43.42:8080/cmx/cs/localhost-orcl-ds_ui1/SecurePerson/1101", "rel": "self" } ], "rowidObject": "1101 ", "creator": "admin", "createDate": "2008-11-11T21:22:20-08:00", "updatedBy": "admin", "lastUpdateDate": "2012-03-29T19:03:19-07:00", "consolidationInd": "1", "lastRowidSystem": "SYS0 ", "dirtyIndicator": "0", "interactionId": "20003000", "hubStateInd": "1", "partyType": "Person", "lastName": "Obama", "firstName": "Barack" } }, "entityLabel": "Obama,Barack", "relationshipLabel": "Organization employes SecurePerson", "relationship": { "rowidObject": "414721 ", "creator": "admin", "createDate": "2016-10-17T01:58:12.436-07:00", "updatedBy": "admin", "lastUpdateDate": "2016-10-19T01:40:28.830-07:00", "consolidationInd": "4", "lastRowidSystem": "SFA ", "interactionId": "1476866426786", "hubStateInd": "1", "rowidRelType": "101 ", "rowidHierarchy": "1 ", "relName": "Documentation", "relDesc": "Writer" }, "entityType": "SecurePerson", "relationshipType": "OrganizationEmployesSecurePerson" }, { "businessEntity": { "SecurePerson": { "link": [ { "href": "http://10.21.43.42:8080/cmx/cs/localhost-orcl-ds_ui1/SecurePerson/114", "rel": "self" } ], "rowidObject": "114 ", "creator": "admin", "createDate": "2008-08-11T23:00:55-07:00", "updatedBy": "Admin", "lastUpdateDate": "2008-08-12T02:59:17-07:00", "consolidationInd": "1", "lastRowidSystem": "Legacy ", "dirtyIndicator": "0", "hubStateInd": "1", "partyType": "Person", "lastName": "HERNANDEZ", "displayName": "ALEJANDRO HERNANDEZ ", "firstName": "ALEJANDRO" } }, "entityLabel": "HERNANDEZ,ALEJANDRO", "relationshipLabel": "Organization employes SecurePerson", "relationship": { "rowidObject": "434721 ", "creator": "admin", "createDate": "2016-10-19T01:49:03.415-07:00", "updatedBy": "admin", "lastUpdateDate": "2016-10-19T01:49:03.415-07:00", "consolidationInd": "4", "lastRowidSystem": "SFA ", "hubStateInd": "1", "rowidRelType": "101 ", "rowidHierarchy": "1 ", "relName": "Documentation", "relDesc": "Writer" }, "entityType": "SecurePerson", "relationshipType": "OrganizationEmployesSecurePerson" }, { "businessEntity": { "Person": { "link": [ { "href": "http://10.21.43.42:8080/cmx/cs/localhost-orcl-ds_ui1/Person/1101", "rel": "self" } ], "rowidObject": "1101 ", "creator": "admin", "createDate": "2008-11-11T21:22:20-08:00", "updatedBy": "admin", "lastUpdateDate": "2012-03-29T19:03:19-07:00", "consolidationInd": "1", "lastRowidSystem": "SYS0 ", "dirtyIndicator": "0", "interactionId": "20003000", "hubStateInd": "1", "partyType": "Person", "lastName": "Obama", "firstName": "Barack" } }, "entityLabel": "Obama,Barack", "relationshipLabel": "Organization employes Person", "relationship": { "rowidObject": "414721 ", "creator": "admin", "createDate": "2016-10-17T01:58:12.436-07:00", "updatedBy": "admin", "lastUpdateDate": "2016-10-19T01:40:28.830-07:00", "consolidationInd": "4", "lastRowidSystem": "SFA ", "interactionId": "1476866426786", "hubStateInd": "1", "rowidRelType": "101 ", "rowidHierarchy": "1 ", "relName": "Documentation", "relDesc": "Writer" }, "entityType": "Person", "relationshipType": "OrganizationEmployesPerson" }, { "businessEntity": { "Person": { "link": [ { "href": "http://10.21.43.42:8080/cmx/cs/localhost-orcl-ds_ui1/Person/114", "rel": "self" } ], "rowidObject": "114 ", "creator": "admin", "createDate": "2008-08-11T23:00:55-07:00", "updatedBy": "Admin", "lastUpdateDate": "2008-08-12T02:59:17-07:00", "consolidationInd": "1", "lastRowidSystem": "Legacy ", "dirtyIndicator": "0", "hubStateInd": "1", "partyType": "Person", "lastName": "HERNANDEZ", "displayName": "ALEJANDRO HERNANDEZ ", "statusCd": "A ", "firstName": "ALEJANDRO" } }, "entityLabel": "HERNANDEZ,ALEJANDRO", "relationshipLabel": "Organization employes Person", "relationship": { "rowidObject": "434721 ", "creator": "admin", "createDate": "2016-10-19T01:49:03.415-07:00", "updatedBy": "admin", "lastUpdateDate": "2016-10-19T01:49:03.415-07:00", "consolidationInd": "4", "lastRowidSystem": "SFA ", "hubStateInd": "1", "rowidRelType": "101 ", "rowidHierarchy": "1 ", "relName": "Documentation", "relDesc": "Writer" }, "entityType": "Person", "relationshipType": "OrganizationEmployesPerson" } ] }