Discussions

Address Validation: Update validation instance settings in unity

Reghu.Kamal
Reghu.Kamal Posts: 3 Red Ribbon

Can someone please shed light on the JASON structure used in address validation?

Below is the structure provided to update the instance settings, I am not sure how to use it and if you have details about the same, please share.

{
  "tenantId": 99,
  "name": "DW loqate validator",
  "description": "Address DW validation",
  "active": false,
  "instance": {
    "left": "TRANSFORM",
    "right": "DWLoqateValidator"
  },
  "entities": [
    "address"
  ],
  "order": 1000,
  "jobType": "DW",
  "instanceId": "dwLoqateValidator"
}