v4
latestSwagger 2.02026-08-033766226.9 KBPropertyRegister
Creates new property registry check against the registration.
post/api/property-register
Headers
apikeystring required
ApiKey supplied.
Request body
Example request
{
"person": {
"forename": "Angela",
"middleName": null,
"surname": "UK Specimen"
},
"address": {
"addressLine1": "25 Westgate Street",
"addressLine2": null,
"addressLine3": null,
"city": "Cardiff",
"postcode": "CF101NS",
"county": "Cardiff",
"country": "United Kingdom"
},
"regEntryId": "12345678-1234-1234-1234-1234567890ab"
}Response
Details of newly added data check.