GET
api/v1/StateCountryCode?StateName={StateName}&zipCode={zipCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| StateName | string |
Required |
|
| zipCode | string |
Required |
Response Information
Description:
Return type: StateCountryCode
Response Formats
application/json, text/json
{
"CountryCode": "sample string 1",
"StateCode": "sample string 2"
}
text/html
{"CountryCode":"sample string 1","StateCode":"sample string 2"}
application/xml, text/xml
<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>
