目次

Search

  1. はじめに
  2. ビジネスエンティティサービスについて
  3. Enterprise Java Beanビジネスエンティティサービス呼び出し
  4. Representational State Transferビジネスエンティティサービス呼び出し
  5. Simple Object Access Protocolビジネスエンティティサービス呼び出し
  6. 相互参照レコードおよびBVT計算用のサービス
  7. 企業リンケージサービスのサポート
  8. データをクレンジング、分析、変換するための外部呼び出し
  9. REST APIを使用したレコードの追加
  10. REST APIを使用したファイルのアップロード

ビジネスエンティティサービスガイド

ビジネスエンティティサービスガイド

要求URL

要求URL

SearchMatch URLのコンテキストは、
cmx/cs
です。ホストされた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>