Method:
DataTools.Match.PersonNameAndAddress.Au.CreateKeys
Use to generate match keys used to fuzzy match people's names and address.
Test:
Input Parameters:
Output Fields:
Field | Description |
StandardPersonNameAndStandardAddressKey | Standard Person Name and Standard Address Key |
TightPersonNameAndStandardAddressKey | Tight Person Name and Standard Address Key |
TightPersonNameAndLooseAddressKey | Tight Person Name and Loose Address Key |
StandardPersonNameKey | Standard Person Name Key |
TightPersonNameKey | Tight Person Name Key |
LoosePersonNameKey | Loose Person Name Key |
StandardAddressKey | Standard Address Key |
TightAddressKey | Tight Address Key |
LooseAddressKey | Loose Address Key |
PersonNameParserStatusCode | Returns a code that indicates the success of the parser's result. [Option Values] |
PersonNameParserStatusDescription | Returns a description of the parser's result. |
AddressParserStatusCode | Returns a code that indicates the success of the parser's result. [Option Values] |
AddressParserStatusDescription | Returns a description of the parser's result. |
Supported Web Service API Interfaces:
Web Service Method: ProcessQueryStringRequest (REST with QueryString)
Request Format: Url QueryString, Body (x-www-form-urlencoded),
Response Formats: JSON, XML*,
Protocols: HTTP GET, HTTPS GET, HTTP POST, HTTPS POST, HTTP OPTIONS, HTTPS OPTIONS
Example Server Path: https://customname.datatoolscloud.net.au/KleberWebService/DtKleberService.svc
Sample QueryString Request:
/ProcessQueryStringRequest?Method=DataTools.Match.PersonNameAndAddress.Au.CreateKeys&MatchKeySet=&PersonLine1=&PersonLine2=&PersonLine3=&PersonLine4=&PersonLine5=&PersonLine6=&AddressLine1=&AddressLine2=&AddressLine3=&AddressLine4=&AddressLine5=&AddressLine6=&RequestId=&RequestKey=&DepartmentCode=
Sample JSON Response:
{
"DtResponse":{
"RequestId":"",
"ResultCount":"1",
"ErrorMessage":"",
"Result":[
{
"StandardPersonNameAndStandardAddressKey":"",
"TightPersonNameAndStandardAddressKey":"",
"TightPersonNameAndLooseAddressKey":"",
"StandardPersonNameKey":"",
"TightPersonNameKey":"",
"LoosePersonNameKey":"",
"StandardAddressKey":"",
"TightAddressKey":"",
"LooseAddressKey":"",
"PersonNameParserStatusCode":"",
"PersonNameParserStatusDescription":"",
"AddressParserStatusCode":"",
"AddressParserStatusDescription":""
}
]
}
}
Web Service Method: ProcessQueryJsonRequest (REST with JSON)
Request Format: Body (Raw JSON),
Response Formats: JSON, XML*,
Protocols: HTTP GET, HTTPS GET, HTTP POST, HTTPS POST, HTTP OPTIONS, HTTPS OPTIONS
Example Server Path: https://customname.datatoolscloud.net.au/KleberWebService/DtKleberService.svc
Single Request
Sample JSON Request:
{
"DtRequest":{
"Method":"DataTools.Match.PersonNameAndAddress.Au.CreateKeys",
"MatchKeySet":"",
"PersonLine1":"",
"PersonLine2":"",
"PersonLine3":"",
"PersonLine4":"",
"PersonLine5":"",
"PersonLine6":"",
"AddressLine1":"",
"AddressLine2":"",
"AddressLine3":"",
"AddressLine4":"",
"AddressLine5":"",
"AddressLine6":"",
"RequestId":"",
"RequestKey":"",
"DepartmentCode":""
}
}
Sample JSON Response:
{
"DtResponse":{
"RequestId":"",
"ResultCount":"1",
"ErrorMessage":"",
"Result":[
{
"StandardPersonNameAndStandardAddressKey":"",
"TightPersonNameAndStandardAddressKey":"",
"TightPersonNameAndLooseAddressKey":"",
"StandardPersonNameKey":"",
"TightPersonNameKey":"",
"LoosePersonNameKey":"",
"StandardAddressKey":"",
"TightAddressKey":"",
"LooseAddressKey":"",
"PersonNameParserStatusCode":"",
"PersonNameParserStatusDescription":"",
"AddressParserStatusCode":"",
"AddressParserStatusDescription":""
}
]
}
}
Multiple Requests
Sample JSON Request:
{
"DtRequests":{
"DtRequest":[
{
"Method":"DataTools.Match.PersonNameAndAddress.Au.CreateKeys",
"MatchKeySet":"",
"PersonLine1":"",
"PersonLine2":"",
"PersonLine3":"",
"PersonLine4":"",
"PersonLine5":"",
"PersonLine6":"",
"AddressLine1":"",
"AddressLine2":"",
"AddressLine3":"",
"AddressLine4":"",
"AddressLine5":"",
"AddressLine6":"",
"RequestId":"",
"RequestKey":"",
"DepartmentCode":""
},
{
"Method":"DataTools.Match.PersonNameAndAddress.Au.CreateKeys",
"MatchKeySet":"",
"PersonLine1":"",
"PersonLine2":"",
"PersonLine3":"",
"PersonLine4":"",
"PersonLine5":"",
"PersonLine6":"",
"AddressLine1":"",
"AddressLine2":"",
"AddressLine3":"",
"AddressLine4":"",
"AddressLine5":"",
"AddressLine6":"",
"RequestId":"",
"RequestKey":"",
"DepartmentCode":""
}
]
}
}
Sample JSON Response:
{
"DtResponses":{
"ErrorMessage":"",
"DtResponse":[
{
"RequestId":"",
"ResultCount":"1",
"ErrorMessage":"",
"Result":[
{
"StandardPersonNameAndStandardAddressKey":"",
"TightPersonNameAndStandardAddressKey":"",
"TightPersonNameAndLooseAddressKey":"",
"StandardPersonNameKey":"",
"TightPersonNameKey":"",
"LoosePersonNameKey":"",
"StandardAddressKey":"",
"TightAddressKey":"",
"LooseAddressKey":"",
"PersonNameParserStatusCode":"",
"PersonNameParserStatusDescription":"",
"AddressParserStatusCode":"",
"AddressParserStatusDescription":""
}
]
},
{
"RequestId":"",
"ResultCount":"1",
"ErrorMessage":"",
"Result":[
{
"StandardPersonNameAndStandardAddressKey":"",
"TightPersonNameAndStandardAddressKey":"",
"TightPersonNameAndLooseAddressKey":"",
"StandardPersonNameKey":"",
"TightPersonNameKey":"",
"LoosePersonNameKey":"",
"StandardAddressKey":"",
"TightAddressKey":"",
"LooseAddressKey":"",
"PersonNameParserStatusCode":"",
"PersonNameParserStatusDescription":"",
"AddressParserStatusCode":"",
"AddressParserStatusDescription":""
}
]
}
]
}
}
Web Service Method: ProcessQueryXmlRequest (REST with XML)
Request Format: Body (Raw XML),
Response Formats: JSON, XML*,
Protocols: HTTP GET, HTTPS GET, HTTP POST, HTTPS POST, HTTP OPTIONS, HTTPS OPTIONS
Example Server Path: https://customname.datatoolscloud.net.au/KleberWebService/DtKleberService.svc
Single Request
Sample XML Request:
<DtRequest Method="DataTools.Match.PersonNameAndAddress.Au.CreateKeys" MatchKeySet="" PersonLine1="" PersonLine2="" PersonLine3="" PersonLine4="" PersonLine5="" PersonLine6="" AddressLine1="" AddressLine2="" AddressLine3="" AddressLine4="" AddressLine5="" AddressLine6="" RequestId="" RequestKey="" DepartmentCode="" />
Sample XML Response:
<DtResponse RequestId="" ResultCount="1" ErrorMessage="">
<Result StandardPersonNameAndStandardAddressKey="" TightPersonNameAndStandardAddressKey="" TightPersonNameAndLooseAddressKey="" StandardPersonNameKey="" TightPersonNameKey="" LoosePersonNameKey="" StandardAddressKey="" TightAddressKey="" LooseAddressKey="" PersonNameParserStatusCode="" PersonNameParserStatusDescription="" AddressParserStatusCode="" AddressParserStatusDescription="" />
</DtResponse>
Multiple Requests
Sample XML Request:
<DtRequests>
<DtRequest Method="DataTools.Match.PersonNameAndAddress.Au.CreateKeys" MatchKeySet="" PersonLine1="" PersonLine2="" PersonLine3="" PersonLine4="" PersonLine5="" PersonLine6="" AddressLine1="" AddressLine2="" AddressLine3="" AddressLine4="" AddressLine5="" AddressLine6="" RequestId="" RequestKey="" DepartmentCode="" />
<DtRequest Method="DataTools.Match.PersonNameAndAddress.Au.CreateKeys" MatchKeySet="" PersonLine1="" PersonLine2="" PersonLine3="" PersonLine4="" PersonLine5="" PersonLine6="" AddressLine1="" AddressLine2="" AddressLine3="" AddressLine4="" AddressLine5="" AddressLine6="" RequestId="" RequestKey="" DepartmentCode="" />
</DtRequests>
Sample XML Response:
<DtResponses ErrorMessage="">
<DtResponse RequestId="" ResultCount="1" ErrorMessage="">
<Result StandardPersonNameAndStandardAddressKey="" TightPersonNameAndStandardAddressKey="" TightPersonNameAndLooseAddressKey="" StandardPersonNameKey="" TightPersonNameKey="" LoosePersonNameKey="" StandardAddressKey="" TightAddressKey="" LooseAddressKey="" PersonNameParserStatusCode="" PersonNameParserStatusDescription="" AddressParserStatusCode="" AddressParserStatusDescription="" />
</DtResponse>
<DtResponse RequestId="" ResultCount="1" ErrorMessage="">
<Result StandardPersonNameAndStandardAddressKey="" TightPersonNameAndStandardAddressKey="" TightPersonNameAndLooseAddressKey="" StandardPersonNameKey="" TightPersonNameKey="" LoosePersonNameKey="" StandardAddressKey="" TightAddressKey="" LooseAddressKey="" PersonNameParserStatusCode="" PersonNameParserStatusDescription="" AddressParserStatusCode="" AddressParserStatusDescription="" />
</DtResponse>
</DtResponses>
* Add the additional input parameter "OutputFormat=json" or "OutputFormat=xml" to change the response format from default.
* Add the additional input parameter "callback" to convert JSON responses to JSONP responses for across domains support.
CORS header included where callback is not defined.
Please Note:
Ensure you thoroughly test all the methods you are using and are happy with the results before going into production. DataTools is charged by the data suppliers for use of every method – therefore
ALL calls to any method will incur a COST. When you register DataTools provides you with free credit to help with development and trialling of the service. Once that credit is used you will need to purchase a monthly subscription and/or top up to continue using the service, even for development purposes. Please check the Method Pricing List for all current costs. DataTools does not warrant or guarantee the quality of the results returned and will not be held responsible for any costs incurred by using a method. Should you have any questions please contact your Sales representative or the Client Services team.