目录

Search

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

业务实体服务指南

业务实体服务指南

请求 URL

请求 URL

SearchMatch URL 的上下文为
cmx/cs
。在 Hosted MDM 环境中,将租户名称包括在上下文中,例如
<租户名称>/cmx/cs
SearchMatch URL 使用以下格式:
返回基于配置为匹配列的指定字段值的匹配记录的 URL
使用以下 URL 搜索与您指定的字段值相匹配的记录:
http://<host>:<port>/<context>/<database ID>/<business entity>?action=match&fuzzyFilter=<business entity field name 1>='<business entity field value 1>',<business entity field name 2>='<business entity field value 2>',...<business entity field name n>='<business entity field value n>'
向 SearchMatch URL 发出以下 HTTP GET 请求:
GET http://<host>:<port>/<context>/<database ID>/<business entity>?action=match&fuzzyFilter=<business entity field name 1>='<business entity field value 1>',<business entity field name 2>='<business entity field value 2>',...<business entity field name n>='<business entity field value n>'
返回基于匹配规则集的匹配记录的 URL
使用以下 URL 搜索基于指定匹配规则集的匹配记录:
http://<host>:<port>/<context>/<database ID>/<business entity>?action=match&fuzzyFilter=<business entity field name 1>='<business entity field value 1>',<business entity field name 2>='<business entity field value 2>',...<business entity field name n>='<business entity field value n>'&matchRuleSet=<match rule set name>