From c633ea8438b2e9d44b84d15746bba19f6027d7a8 Mon Sep 17 00:00:00 2001 From: jared-i-cohen-usps Date: Fri, 22 Aug 2025 09:41:54 -0400 Subject: [PATCH] Update README.md Updating the response to the Addresses API to reflect the latest --- README.md | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6b99714..7588bf5 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ Response: "country": null, "countryISOCode": null }, - "addressAdditionalInfo": { + "additionalInfo": { "deliveryPoint": "20", "carrierRoute": "C036", "DPVConfirmation": "Y", @@ -173,8 +173,18 @@ Response: "centralDeliveryPoint": "N", "vacant": "N" }, - "addressCorrections": null, - "addressMatches": null + "corrections": [ + { + "code": "", + "text": "" + } + ], + "matches": [ + { + "code": "31", + "text": "Single Response - exact match" + } + ] } ``` ### City and State