{
"bride": {
"address": "string",
"age": "int32",
"condition": "string",
"forenames": "string",
"occupation": "string",
"retired": "boolean",
"signature": "string",
"surname": "string"
},
"dateOfMarriage": "date",
"groom": {
"address": "string",
"age": "int32",
"condition": "string",
"forenames": "string",
"occupation": "string",
"retired": "boolean",
"signature": "string",
"surname": "string"
},
"id": "int32",
"status": {
"blocked": "boolean"
}
}
Name | Type | Description | Additional |
---|---|---|---|
bride | object |
The bride (or second partner) |
|
bride.address | string |
The person's address |
Optional |
bride.age | int32 |
Age of the person when they got married |
Optional |
bride.condition | string |
Whether the person was single, divorced, widowed etc. |
|
bride.forenames | string |
Forenames of the person |
|
bride.occupation | string |
The occupation of the person |
Optional |
bride.retired | boolean |
Whether the person was retired |
Optional |
bride.signature | string |
A digital representation of the person's signature |
Optional |
bride.surname | string |
Surname of the person |
|
dateOfMarriage | date |
Date of the marriage |
|
groom | object |
The groom (or first partner) |
|
groom.address | string |
The person's address |
Optional |
groom.age | int32 |
Age of the person when they got married |
Optional |
groom.condition | string |
Whether the person was single, divorced, widowed etc. |
|
groom.forenames | string |
Forenames of the person |
|
groom.occupation | string |
The occupation of the person |
Optional |
groom.retired | boolean |
Whether the person was retired |
Optional |
groom.signature | string |
A digital representation of the person's signature |
Optional |
groom.surname | string |
Surname of the person |
|
id | int32 |
System number for this event |
|
status | object |
Status flags associated with this record |
|
status.blocked | boolean |
Indicates if data for this record has been blocked |