Name | Description |
---|---|
status Required | |
phone_number Required | String Phone number |
candidates Required | Contains a list of potential candidates for address match if |
corrected_address Required |
{
"status": null,
"phone_number": null,
"candidates": {
"street_number": "1230",
"street": "Crim Lane",
"location": "221b",
"city": "Paton",
"state": "Iowa",
"zip_code": "50217",
"zip_plus_four": null
},
"corrected_address": {
"street_number": "1230",
"street": "Crim Lane",
"location": "221b",
"city": "Paton",
"state": "Iowa",
"zip_code": "50217",
"zip_plus_four": null
}
}