2.2 Get Address By Postcode
This section shows you how you can get the address by using the postcode. This method only supports using the HTTP GET method.
Input
Parameter | Data Type | Mandatory | Notes |
---|---|---|---|
Postcode | String | Yes |
Example
Request
GET /addressvalidation/jp/postcode/9030804
Host: api.unixus.com.my
Response
{
"ResultCode":0,
"ResultMessage":"Valid postcode. Address found for the postcode: 9030804",
"Addresses":
[
{
"Postcode":"9030804",
"State":"沖縄県",
"City":"那覇市",
"District":"首里石嶺町"
}
]
}