Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Introduction

Record Matching

Record matching process can be used to validate data against external services.

Available from version

8.2

Workflow Type Name (Id)

ElsaRecordMatching, 42

Configured on

Description

When validating data against external services.

Data structure

"Data": {
          "Lcid": int,
          "AttributeNameAndValueDataContract": [
            "AttributeName": string,
            "AttributeValue": string
          ]
        }

Example

"Data": {
          "Lcid": 9,
          "AttributeValues": [
            {
              "AttributeName": 500003,
              "AttributeValue": "angela.merkel@bundesrat.de",
            },
            {
              "AttributeName": 1,
              "AttributeValue": "Angela",
            },
            {
              "AttributeName": 2,
              "AttributeValue": "Merkel",
            },
            {
              "AttributeName": 500007,
              "AttributeValue": "100",
            }
          ]
        }

C# class name

ExecuteByDefintionRequest

  • No labels