Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Now you can use a payload with the name of the role you created, as follows:

Code Block
languagejson
  "officers": [
    {
      "referenceId": "d9d009aa-5028-457f-899f-a78a6804937d",
      "firstName": "John",
      "lastName": "Doe",
      "isPep": false,
      "type": "counterparty",
      "counterparty": {
        "roles": [{
          "name": "Tenants"
        }]
      }
    }
  ]
}

...