v4
latestSwagger 2.02026-08-033766226.9 KBDataChecks
Creates new data check against a specified registration.
post/api/datachecks
Headers
apikeystring required
ApiKey supplied.
Request body
Example request
{
"regEntryId": "141dbb24-c4ff-4658-9556-15ea25428d48",
"checkType": 2,
"person": {
"forename": "Angela",
"middleName": null,
"surname": "UK Specimen",
"dateOfBirth": "1988-12-04T00:00:00"
},
"currentAddress": {
"addressLine1": "25 Westgate Street",
"addressLine2": "",
"addressLine3": "",
"city": "Cardiff",
"postcode": "CF101NS",
"county": "Cardiff",
"country": "United Kingdom"
}
}Response
Details of newly added data check.