This operation displays a valid address to match the entered address, only if the address does not seem valid to the system address map. User can select the suggested address or edit the entered address to make it valid.
required | object |
The address is suggested to use.
Invalid request.
The request could not be authorized.
The request could not be completed due to an internal error.
{- "address": {
- "addressLine1": "27 Watervw Dr",
- "addressLine2": "",
- "addressLine3": "",
- "cityTown": "Shelton",
- "countryCode": "US",
- "name": "John Smith",
- "postalCode": "06484",
- "stateProvince": "CT"
}
}
{- "address": {
- "addressLine1": "27 Watervw Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "countryCode": "US",
- "name": "John Smith",
- "postalCode": "06484",
- "residential": "false",
- "stateProvince": "CT",
- "status": "VALIDATED_CHANGE",
- "deliveryPoint": "57",
- "carrierRoute": "C005"
}, - "suggestions": {
- "suggestionType": " ",
- "addresses": [
- {
- "addressLine1": "27 Watervw Dr",
- "addressLine2": "near abc street",
- "addressLine3": "near xyz street",
- "cityTown": "Shelton",
- "name": "John Smith",
- "postalCode": "06484",
- "residential": "false",
- "stateProvince": "CT",
- "deliveryPoint": "57",
- "carrierRoute": "C005"
}
]
}
}