I'm attempting to use the USPS CityStateLookup API and find that it is only returning the 'primary' city associated with a ZIP code. If there are multiple cities or counties that are covered by a single ZIP code, they are not getting returned.
Am I missing something in the request?
XML=<CityStateLookupRequest USERID="114STRAT2854">
<ZipCode ID="1">
<Zip5>65202</Zip5>
</ZipCode>
</CityStateLookupRequest>
The response below contains only one city state and zip code. However, when I type that code into the USPS web site, I get seven different cities.
<?xml version="1.0" encoding="UTF-8"?>
<CityStateLookupResponse><ZipCode ID="1"><Zip5>65202</Zip5><City>COLUMBIA</City><State>MO</State></ZipCode></CityStateLookupResponse>
Our community of experts have been thoroughly vetted for their expertise and industry experience.
This award recognizes a member of Experts Exchange who has made outstanding contributions to the community within their first year as an expert. The Rookie of the Year is awarded to a new expert who has the highest number of quality contributions.
The Distinguished Expert awards are presented to the top veteran and rookie experts to earn the most points in the top 50 topics.