目录

Search

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

业务实体服务指南

业务实体服务指南

请求 URL

请求 URL

删除匹配记录 URL 使用以下格式:
http://<host>:<port>/<context>/<database ID>/<business entity>/<rowId>?action=matched
向删除匹配记录 URL 发出以下 HTTP DELETE 请求:
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowId>?action=matched
请添加 Content-Type 表头,指定要随请求一起发送的数据的媒体类型:
DELETE http://<host>:<port>/<context>/<database ID>/<business entity>/<rowId>?action=matched Content-Type: application/<json/xml>