POST api/ZipCodeSearch/AddZip

Documentation for 'AddZip'.

Request Information

Parameters

NameDescriptionAdditional information
zip
Documentation for 'zip'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Sequence": 2,
  "PostalCode": "sample string 3",
  "State": "sample string 4",
  "City": "sample string 5",
  "Country": "sample string 6",
  "CountryCode": "sample string 7",
  "AreaCode": 1,
  "StateFIPS": 1,
  "CountryFIPS": 1,
  "PlaceFIPS": 1,
  "MSACode": 1,
  "TimeZone": "sample string 8",
  "TimeZoneAbbreviation": "sample string 9",
  "DST": "sample string 10",
  "ZIPType": "sample string 11"
}

application/xml, text/xml

Sample:
<ZipCode xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <Id>1</Id>
  <Sequence>2</Sequence>
  <PostalCode>sample string 3</PostalCode>
  <State>sample string 4</State>
  <City>sample string 5</City>
  <Country>sample string 6</Country>
  <CountryCode>sample string 7</CountryCode>
  <AreaCode>1</AreaCode>
  <StateFIPS>1</StateFIPS>
  <CountryFIPS>1</CountryFIPS>
  <PlaceFIPS>1</PlaceFIPS>
  <MSACode>1</MSACode>
  <TimeZone>sample string 8</TimeZone>
  <TimeZoneAbbreviation>sample string 9</TimeZoneAbbreviation>
  <DST>sample string 10</DST>
  <ZIPType>sample string 11</ZIPType>
</ZipCode>

application/x-www-form-urlencoded

Sample:

Sample not available.