目录

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 管理报告

业务实体服务指南

业务实体服务指南

请求 URL

请求 URL

删除记录 URL 使用以下格式:
http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the root record>?systemName=Admin
源系统的名称是 URL 中的必需参数。
向删除记录 URL 发出以下 HTTP DELETE 请求:
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the record>?systemName=Admin
使用以下 URL 格式删除根记录的子记录:
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowID of the record>/<child base object>/<rowID of the child record>?systemName=Admin