POST api/BatchSearch
Request Information
URI Parameters
None.
Body Parameters
Collection of MatchParameter| Name | Description | Type | Additional information |
|---|---|---|---|
| AuthKey | globally unique identifier |
None. |
|
| Forename | string |
None. |
|
| MiddleName | string |
None. |
|
| Surname | string |
None. |
|
| AddressLine1 | string |
None. |
|
| AddressLine2 | string |
None. |
|
| AddressLine3 | string |
None. |
|
| Town | string |
None. |
|
| County | string |
None. |
|
| Postcode | string |
None. |
|
| Gender | string |
None. |
|
| Date_Of_Birth | date |
None. |
|
| Date_Of_Death | date |
None. |
|
| Date_Of_Death_PartialDate_Year | integer |
None. |
|
| Date_Of_Death_PartialDate_Month | integer |
None. |
|
| Date_Of_Birth_PartialDate_Year | integer |
None. |
|
| Date_Of_Birth_PartialDate_Month | integer |
None. |
Request Formats
application/json, text/json
Sample:
[
{
"AuthKey": "830dff7e-d8e9-454c-bc1d-00fe8e6bdc24",
"Forename": "sample string 2",
"MiddleName": "sample string 3",
"Surname": "sample string 4",
"AddressLine1": "sample string 5",
"AddressLine2": "sample string 6",
"AddressLine3": "sample string 7",
"Town": "sample string 8",
"County": "sample string 9",
"Postcode": "sample string 10",
"Gender": "sample string 11",
"Date_Of_Birth": "2026-03-05T03:16:54.8510488+00:00",
"Date_Of_Death": "2026-03-05T03:16:54.8510488+00:00",
"Date_Of_Death_PartialDate_Year": 1,
"Date_Of_Death_PartialDate_Month": 1,
"Date_Of_Birth_PartialDate_Year": 1,
"Date_Of_Birth_PartialDate_Month": 1
},
{
"AuthKey": "830dff7e-d8e9-454c-bc1d-00fe8e6bdc24",
"Forename": "sample string 2",
"MiddleName": "sample string 3",
"Surname": "sample string 4",
"AddressLine1": "sample string 5",
"AddressLine2": "sample string 6",
"AddressLine3": "sample string 7",
"Town": "sample string 8",
"County": "sample string 9",
"Postcode": "sample string 10",
"Gender": "sample string 11",
"Date_Of_Birth": "2026-03-05T03:16:54.8510488+00:00",
"Date_Of_Death": "2026-03-05T03:16:54.8510488+00:00",
"Date_Of_Death_PartialDate_Year": 1,
"Date_Of_Death_PartialDate_Month": 1,
"Date_Of_Birth_PartialDate_Year": 1,
"Date_Of_Birth_PartialDate_Month": 1
}
]
text/html
Sample:
[{"AuthKey":"830dff7e-d8e9-454c-bc1d-00fe8e6bdc24","Forename":"sample string 2","MiddleName":"sample string 3","Surname":"sample string 4","AddressLine1":"sample string 5","AddressLine2":"sample string 6","AddressLine3":"sample string 7","Town":"sample string 8","County":"sample string 9","Postcode":"sample string 10","Gender":"sample string 11","Date_Of_Birth":"2026-03-05T03:16:54.8510488+00:00","Date_Of_Death":"2026-03-05T03:16:54.8510488+00:00","Date_Of_Death_PartialDate_Year":1,"Date_Of_Death_PartialDate_Month":1,"Date_Of_Birth_PartialDate_Year":1,"Date_Of_Birth_PartialDate_Month":1},{"AuthKey":"830dff7e-d8e9-454c-bc1d-00fe8e6bdc24","Forename":"sample string 2","MiddleName":"sample string 3","Surname":"sample string 4","AddressLine1":"sample string 5","AddressLine2":"sample string 6","AddressLine3":"sample string 7","Town":"sample string 8","County":"sample string 9","Postcode":"sample string 10","Gender":"sample string 11","Date_Of_Birth":"2026-03-05T03:16:54.8510488+00:00","Date_Of_Death":"2026-03-05T03:16:54.8510488+00:00","Date_Of_Death_PartialDate_Year":1,"Date_Of_Death_PartialDate_Month":1,"Date_Of_Birth_PartialDate_Year":1,"Date_Of_Birth_PartialDate_Month":1}]
application/xml, text/xml
Sample:
<ArrayOfMatchParameter xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<MatchParameter>
<Forename>sample string 2</Forename>
<MiddleName>sample string 3</MiddleName>
<Surname>sample string 4</Surname>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<AddressLine3>sample string 7</AddressLine3>
<Town>sample string 8</Town>
<County>sample string 9</County>
<Postcode>sample string 10</Postcode>
<Gender>sample string 11</Gender>
<Date_Of_Birth>2026-03-05T03:16:54.8510488+00:00</Date_Of_Birth>
<Date_Of_Death>2026-03-05T03:16:54.8510488+00:00</Date_Of_Death>
<Date_Of_Death_PartialDate_Year>1</Date_Of_Death_PartialDate_Year>
<Date_Of_Death_PartialDate_Month>1</Date_Of_Death_PartialDate_Month>
<Date_Of_Birth_PartialDate_Year>1</Date_Of_Birth_PartialDate_Year>
<Date_Of_Birth_PartialDate_Month>1</Date_Of_Birth_PartialDate_Month>
<AuthKey>830dff7e-d8e9-454c-bc1d-00fe8e6bdc24</AuthKey>
</MatchParameter>
<MatchParameter>
<Forename>sample string 2</Forename>
<MiddleName>sample string 3</MiddleName>
<Surname>sample string 4</Surname>
<AddressLine1>sample string 5</AddressLine1>
<AddressLine2>sample string 6</AddressLine2>
<AddressLine3>sample string 7</AddressLine3>
<Town>sample string 8</Town>
<County>sample string 9</County>
<Postcode>sample string 10</Postcode>
<Gender>sample string 11</Gender>
<Date_Of_Birth>2026-03-05T03:16:54.8510488+00:00</Date_Of_Birth>
<Date_Of_Death>2026-03-05T03:16:54.8510488+00:00</Date_Of_Death>
<Date_Of_Death_PartialDate_Year>1</Date_Of_Death_PartialDate_Year>
<Date_Of_Death_PartialDate_Month>1</Date_Of_Death_PartialDate_Month>
<Date_Of_Birth_PartialDate_Year>1</Date_Of_Birth_PartialDate_Year>
<Date_Of_Birth_PartialDate_Month>1</Date_Of_Birth_PartialDate_Month>
<AuthKey>830dff7e-d8e9-454c-bc1d-00fe8e6bdc24</AuthKey>
</MatchParameter>
</ArrayOfMatchParameter>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of SimpleMatchResult| Name | Description | Type | Additional information |
|---|---|---|---|
| ErrorCount | integer |
None. |
|
| Errors | Collection of string |
None. |
|
| Result | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ErrorCount": 1,
"Errors": [
"sample string 1",
"sample string 2"
],
"Result": "sample string 2"
},
{
"ErrorCount": 1,
"Errors": [
"sample string 1",
"sample string 2"
],
"Result": "sample string 2"
}
]
text/html
Sample:
[{"ErrorCount":1,"Errors":["sample string 1","sample string 2"],"Result":"sample string 2"},{"ErrorCount":1,"Errors":["sample string 1","sample string 2"],"Result":"sample string 2"}]