GET api/PostCode?postCode={postCode}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
postCode

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of PostCodeModel
NameDescriptionTypeAdditional information
new_nationwide_local_code

string

None.

new_post_code

string

None.

new_prefectures_name_katakana

string

None.

new_city_name_katakana

string

None.

new_town_area_name_katakana

string

None.

new_prefectures_name_kanji

string

None.

new_city_name_kanji

string

None.

new_town_area_name_kanji

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "new_nationwide_local_code": "sample string 1",
    "new_post_code": "sample string 2",
    "new_prefectures_name_katakana": "sample string 3",
    "new_city_name_katakana": "sample string 4",
    "new_town_area_name_katakana": "sample string 5",
    "new_prefectures_name_kanji": "sample string 6",
    "new_city_name_kanji": "sample string 7",
    "new_town_area_name_kanji": "sample string 8"
  },
  {
    "new_nationwide_local_code": "sample string 1",
    "new_post_code": "sample string 2",
    "new_prefectures_name_katakana": "sample string 3",
    "new_city_name_katakana": "sample string 4",
    "new_town_area_name_katakana": "sample string 5",
    "new_prefectures_name_kanji": "sample string 6",
    "new_city_name_kanji": "sample string 7",
    "new_town_area_name_kanji": "sample string 8"
  }
]

application/xml, text/xml

Sample:
<ArrayOfPostCodeModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Kansa.Crm.Api.Models">
  <PostCodeModel>
    <new_city_name_kanji>sample string 7</new_city_name_kanji>
    <new_city_name_katakana>sample string 4</new_city_name_katakana>
    <new_nationwide_local_code>sample string 1</new_nationwide_local_code>
    <new_post_code>sample string 2</new_post_code>
    <new_prefectures_name_kanji>sample string 6</new_prefectures_name_kanji>
    <new_prefectures_name_katakana>sample string 3</new_prefectures_name_katakana>
    <new_town_area_name_kanji>sample string 8</new_town_area_name_kanji>
    <new_town_area_name_katakana>sample string 5</new_town_area_name_katakana>
  </PostCodeModel>
  <PostCodeModel>
    <new_city_name_kanji>sample string 7</new_city_name_kanji>
    <new_city_name_katakana>sample string 4</new_city_name_katakana>
    <new_nationwide_local_code>sample string 1</new_nationwide_local_code>
    <new_post_code>sample string 2</new_post_code>
    <new_prefectures_name_kanji>sample string 6</new_prefectures_name_kanji>
    <new_prefectures_name_katakana>sample string 3</new_prefectures_name_katakana>
    <new_town_area_name_kanji>sample string 8</new_town_area_name_kanji>
    <new_town_area_name_katakana>sample string 5</new_town_area_name_katakana>
  </PostCodeModel>
</ArrayOfPostCodeModel>