{
"requestAddress": {
"city": "string",
"country": "string",
"state": "string",
"zip": "string",
"county": "string",
"street": "string",
"region": "string",
"isPartial": true
},
"createdDate": "2019-08-24T14:15:22Z",
"matchedAddresses": [
{
"address": {
"city": "string",
"country": "string",
"county": "string",
"state": "string",
"street": "string",
"zip": "string",
"region": "string"
},
"scoring": {
"matchLevel": "EXCELLENT",
"score": 0,
"fieldScore": {
"countryMatch": "EXACT",
"stateMatch": "EXACT",
"cityMatch": "EXACT",
"zipMatch": "EXACT",
"streetMatch": "EXACT"
}
}
}
]
}