Validate Address

  • 检验韩国地址

Request

  • Path: oms/oms/order/checkAddress
  • Method: POST
  • Header:
    • Authorization: Basic c2FiZXI6c2FiZXJfc2VjcmV0
    • Blade-Auth: access_token
  • Request body example:
1
2
3
{
"address": "인천 남구 인천광역시 미추홀구 xxxxx"
}

Response

  • Response body example:
1
2
3
4
5
6
7
8
9
10
11
{
"code": 200,
"success": true,
"data": {
"errorCd": "0",
"errorMsg": "정재성공",
"rcvrAddr": "인천 남구 인천광역시 미추홀구 *****",
"rcvrZipnum": "22177"
},
"msg": "操作成功"
}
  • Possible value of {errorCd}:

    • 是否正确
    • 0 正确
    • 其他 错误
  • Possible value of {errorMsg}:

    • 错误原因
  • Possible value of {rcvrAddr}:

    • 地址
  • Possible value of {rcvrZipnum}:

    • 邮编