County Court Judgments Check
County Court Judgments can contain details of any CCJ associated with a data subject and include details such as dates, amount, and satisfied/unsatisfied status.
Minimum Requirements​
The following table lists the minumum inputs required to make a valid request for County Court Judgments:
Input | Description |
---|---|
Forename | First Name of the individual |
Surname | Last Name of the individual |
Full Postcode | Full post code of the individual |
Building Number | And/Or the Building Number of the individual |
Building Name | And/Or the Building Name of the individual |
Service Request​
To request a County Court Judgement check, add a COUNTY_COURT_JUDGEMENT
action to the request body entity PeopleActionsRequest
:
{
"actions": [
{ "action": "COUNTY_COURT_JUDGEMENT" }
]
}
PeopleActionsRequest
​
Service Response​
As part of the PersonActionsResponse
entity, the property countyCourtJudgments
contains the results of the request.