GET api/v1/StateCountryCode?StateName={StateName}&zipCode={zipCode}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
StateName

string

Required

zipCode

string

Required

Response Information

Description:

Return type: StateCountryCode

Response Formats
{
  "CountryCode": "sample string 1",
  "StateCode": "sample string 2"
}
{"CountryCode":"sample string 1","StateCode":"sample string 2"}
<StateCountryCode xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Seller">
  <CountryCode>sample string 1</CountryCode>
  <StateCode>sample string 2</StateCode>
</StateCountryCode>