Sending Attribute Data to the Lead Organisation

icon picker
JSON Table Schema

{
"fields": [
{
"name": "PersonReference",
"title": "PersonReference",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#int"
}
},
{
"name": "GivenNames",
"title": "GivenNames",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "FamilyName",
"title": "FamilyName",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Alias",
"title": "Alias",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "BirthDate",
"title": "BirthDate",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Gender",
"title": "Gender",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "UPRN",
"title": "UPRN",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#int"
}
},
{
"name": "Address1",
"title": "Address1",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address2",
"title": "Address2",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address3",
"title": "Address3",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address4",
"title": "Address4",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Address5",
"title": "Address5",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Postcode",
"title": "Postcode",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "AttributeType",
"title": "AttributeType",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "AttributeScheme",
"title": "AttributeScheme",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "Attribute",
"title": "Attribute",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "AttributeDate",
"title": "AttributeDate",
"constraints": {
"required": false,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "SourceSystem",
"title": "Source System",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#string"
}
},
{
"name": "ExtractedOn",
"title": "ExtractedOn",
"constraints": {
"required": true,
"type": "http://www.w3.org/2001/XMLSchema#dateTime"
}
}
]
}

Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.