우편번호 관리
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
Responses
200
성공
*/*
stringOptional
900
업무처리 오류 내용
*/*
post/v1/system/zipNoMgmt/saveZipNoList
POST /api/bo/v1/system/zipNoMgmt/saveZipNoList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 938
{
"all": [
{
"zipNoSeq": 1406355,
"zipNo": 52935,
"ctpNm": "경상남도",
"sigNm": "고성군",
"hemdNm": "고성읍",
"lnbrMnnm": 540,
"lnbrSlno": 18,
"roadNm": "남포로",
"buldMnnm": 89,
"buldSlno": 1,
"bdMgtSn": 4.8820250231054e+24,
"posBulNm": "text"
}
],
"create": [
{
"zipNoSeq": 1406355,
"zipNo": 52935,
"ctpNm": "경상남도",
"sigNm": "고성군",
"hemdNm": "고성읍",
"lnbrMnnm": 540,
"lnbrSlno": 18,
"roadNm": "남포로",
"buldMnnm": 89,
"buldSlno": 1,
"bdMgtSn": 4.8820250231054e+24,
"posBulNm": "text"
}
],
"update": [
{
"zipNoSeq": 1406355,
"zipNo": 52935,
"ctpNm": "경상남도",
"sigNm": "고성군",
"hemdNm": "고성읍",
"lnbrMnnm": 540,
"lnbrSlno": 18,
"roadNm": "남포로",
"buldMnnm": 89,
"buldSlno": 1,
"bdMgtSn": 4.8820250231054e+24,
"posBulNm": "text"
}
],
"delete": [
{
"zipNoSeq": 1406355,
"zipNo": 52935,
"ctpNm": "경상남도",
"sigNm": "고성군",
"hemdNm": "고성읍",
"lnbrMnnm": 540,
"lnbrSlno": 18,
"roadNm": "남포로",
"buldMnnm": 89,
"buldSlno": 1,
"bdMgtSn": 4.8820250231054e+24,
"posBulNm": "text"
}
]
}textAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
ctpNmParamstringRequired
시도명
sigNmParamstringRequired
시군구명
param1stringRequired
검색어
pageIdxstringRequiredExample:
현재 페이지
1rowsPerPagestringRequiredExample:
페이지 당 row
10Responses
200
성공
*/*
totalCountinteger · int32Optional
900
업무처리 오류 내용
*/*
get/v2/system/zipNoMgmt/getZipNoList
GET /api/bo/v2/system/zipNoMgmt/getZipNoList?req=[object+Object]&ctpNmParam=text&sigNmParam=text¶m1=text&pageIdx=text&rowsPerPage=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"totalCount": 1,
"payloads": [
{
"zipNoSeq": 1406355,
"zipNo": 52935,
"ctpNm": "경상남도",
"sigNm": "고성군",
"hemdNm": "고성읍",
"lnbrMnnm": 540,
"lnbrSlno": 18,
"roadNm": "남포로"
}
]
}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200
성공
*/*
시군구 조회 Response
sidoCdstringOptionalExample:
시도코드
11sidoGugunCdstringOptionalExample:
시군구코드
110sidoNmstringOptionalExample:
시도명
서울특별시sidoGugunNmstringOptionalExample:
시군구명
종로구900
업무처리 오류 내용
*/*
get/v1/system/zipNoMgmt/getSidoList
GET /api/bo/v1/system/zipNoMgmt/getSidoList HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"sidoCd": 11,
"sidoGugunCd": 110,
"sidoNm": "서울특별시",
"sidoGugunNm": "종로구"
}
]Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
sidoNmstringRequired
시도명
Responses
200
성공
*/*
시군구 조회 Response
sidoCdstringOptionalExample:
시도코드
11sidoGugunCdstringOptionalExample:
시군구코드
110sidoNmstringOptionalExample:
시도명
서울특별시sidoGugunNmstringOptionalExample:
시군구명
종로구900
업무처리 오류 내용
*/*
get/v1/system/zipNoMgmt/getGugunList
GET /api/bo/v1/system/zipNoMgmt/getGugunList?sidoNm=text HTTP/1.1
Host: api-bo.x2bee.com/
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
[
{
"sidoCd": 11,
"sidoGugunCd": 110,
"sidoNm": "서울특별시",
"sidoGugunNm": "종로구"
}
]마지막 업데이트