MatchContactsPersonRequest
One person to look for among the practice's existing contacts.
Properties
| Name | Type | Description |
|---|---|---|
| reference* | string | Caller's own identifier for this person, echoed back on the result so the answers can be |
Caller's own identifier for this person, echoed back on the result so the answers can be | ||
| firstName | string | |
| lastName | string | |
| companiesHouseOfficerId | string | Companies House's identifier for this person, when they came from the officer register. |
Companies House's identifier for this person, when they came from the officer register. | ||
| dateOfBirth | string | The person's date of birth. Only the month and year are compared, so the partial date |
The person's date of birth. Only the month and year are compared, so the partial date | ||
JSON Example
{
"reference": "string",
"firstName": "string",
"lastName": "string",
"companiesHouseOfficerId": "string",
"dateOfBirth": "2024-01-01"
}