> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/back-office-api/delivery-bo-api/undefined-4.md).

# 배송 기준 정보

## 배송지역그룹 관리 등록/수정/삭제

> \## 기능설명\
> \* 배송지역그룹을 등록 / 수정 / 삭제하는 API 입니다.\
> \---\
> \## 상세설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역그룹 관리페이지에서 신규 등록 / 수정 / 삭제 시 호출되는 API 입니다.\
> \* 요청 배송지역그룹정보(배송그룹지역명, 정렬순서, 사용여부, 배송지역그룹설명)을 등록 / 수정 / 삭제 합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestEtDeliRegnGrpInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/EtDeliRegnGrpInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/EtDeliRegnGrpInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/EtDeliRegnGrpInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/EtDeliRegnGrpInfo"}}}},"EtDeliRegnGrpInfo":{"type":"object","description":"배송지역그룹정보","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"deliRegnGrpNm":{"type":"string","description":"배송지역그룹명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"deliRegnDesc":{"type":"string","description":"배송지역그룹설명"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/saveDeliveryRegionGroup":{"post":{"tags":["배송 기준 정보"],"summary":"배송지역그룹 관리 등록/수정/삭제","description":"## 기능설명\n* 배송지역그룹을 등록 / 수정 / 삭제하는 API 입니다.\n---\n## 상세설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역그룹 관리페이지에서 신규 등록 / 수정 / 삭제 시 호출되는 API 입니다.\n* 요청 배송지역그룹정보(배송그룹지역명, 정렬순서, 사용여부, 배송지역그룹설명)을 등록 / 수정 / 삭제 합니다.\n","operationId":"saveDeliveryRegionGroup","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestEtDeliRegnGrpInfo"}}},"required":true},"responses":{"200":{"description":"배송지역그룹 관리 목록 등록/수정/삭제 성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 배송지역관리 등록/삭제

> \## 기능설명\
> \* 배송지역그룹별 배송지역을 등록 / 삭제하는 API 입니다.\
> \---\
> \## 상세설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역 관리페이지에서 배송지역그룹별 배송지역을 신규 등록 / 삭제 시 호출되는 API 입니다.\
> \* 요청 배송지역그룹번호(deliRegnGrpNo)에 배송지역정보(우편번호, 주소)를 신규 등록하거나\
> &#x20; 기 등록되어 있는 배송지역정보를 삭제합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestDeliveryRegionByZipCdRequest":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}}}},"DeliveryRegionByZipCdRequest":{"type":"object","description":"배송지역관리 요청 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"regnGbCd":{"type":"string","description":"지역구분코드"},"regnGbNm":{"type":"string","description":"지역구분명"},"searchWord":{"type":"string","description":"검색어"}}},"ResponseString":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"type":"string","description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/saveDeliveryRegionByZipCd":{"post":{"tags":["배송 기준 정보"],"summary":"배송지역관리 등록/삭제","description":"## 기능설명\n* 배송지역그룹별 배송지역을 등록 / 삭제하는 API 입니다.\n---\n## 상세설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역 관리페이지에서 배송지역그룹별 배송지역을 신규 등록 / 삭제 시 호출되는 API 입니다.\n* 요청 배송지역그룹번호(deliRegnGrpNo)에 배송지역정보(우편번호, 주소)를 신규 등록하거나\n  기 등록되어 있는 배송지역정보를 삭제합니다.\n","operationId":"saveDeliveryRegionByZipCd","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestDeliveryRegionByZipCdRequest"}}},"required":true},"responses":{"200":{"description":"배송지역관리 목록 등록/수정/삭제 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ResponseString"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 시도명 목록 조회

> \## 기능설명\
> \* 시도명 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지에서 배송지역선택 시도명 전체 목록을 조회한다.\
> &#x20; \* 서울특별시, 경상남도, 경상북도 등<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/getRegionGroupList":{"get":{"tags":["배송 기준 정보"],"summary":"시도명 목록 조회","description":"## 기능설명\n* 시도명 목록을 조회합니다.\n---\n## 상세설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지에서 배송지역선택 시도명 전체 목록을 조회한다.\n  * 서울특별시, 경상남도, 경상북도 등\n","operationId":"getRegionGroupList","responses":{"200":{"description":"배송지역관리 시도명 전체 목록 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"type":"string"}}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 우편번호 및 우편주소 조회

> \## 기능설명\
> \* 우편번호와 주소를 조회합니다.\
> \---\
> \## 상세설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지 배송지역그룹번호에 따른 우편번호와 우편주소를 조회합니다.\
> \* 검색어(searchWord)를 이용해 시군구명, 읍면명, 도로명을 검색합니다.\
> \* 배송지역그룹번호(deliRegnGrpNo)에 기등록된 우편번호를 제외하고 조회됩니다.\
> \---\
> \## 특이사항\
> \* 우편번호는 하나의 배송지역그룹번호(deliRegnGrpNo)에만 매핑이 가능합니다.\
> \* 배송지역그룹의 사용여부(useYn)와 관계없이 우편번호 기등록 여부를 확인합니다.\
> \---\
> \## 수정번호\
> \* \`\`\`Release v2.00\_240711\`\`\`: 추가 배송비 개선에 따라, 조회 시 배송지역그룹에 기등록된 우편번호 조회 제외 처리<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"DeliveryRegionByZipCdRequest":{"type":"object","description":"배송지역관리 요청 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"regnGbCd":{"type":"string","description":"지역구분코드"},"regnGbNm":{"type":"string","description":"지역구분명"},"searchWord":{"type":"string","description":"검색어"}}},"RealGridListResponseDeliveryRegionByZipCdResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdResponse"}}}},"DeliveryRegionByZipCdResponse":{"type":"object","description":"배송지역관리 응답 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/getDeliveryRegionPostNoList":{"get":{"tags":["배송 기준 정보"],"summary":"우편번호 및 우편주소 조회","description":"## 기능설명\n* 우편번호와 주소를 조회합니다.\n---\n## 상세설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지 배송지역그룹번호에 따른 우편번호와 우편주소를 조회합니다.\n* 검색어(searchWord)를 이용해 시군구명, 읍면명, 도로명을 검색합니다.\n* 배송지역그룹번호(deliRegnGrpNo)에 기등록된 우편번호를 제외하고 조회됩니다.\n---\n## 특이사항\n* 우편번호는 하나의 배송지역그룹번호(deliRegnGrpNo)에만 매핑이 가능합니다.\n* 배송지역그룹의 사용여부(useYn)와 관계없이 우편번호 기등록 여부를 확인합니다.\n---\n## 수정번호\n* ```Release v2.00_240711```: 추가 배송비 개선에 따라, 조회 시 배송지역그룹에 기등록된 우편번호 조회 제외 처리\n","operationId":"getDeliveryRegionPostNoList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}},{"name":"deliRegnGrpNo","in":"query","description":"배송지역그룹번호","required":true,"schema":{"type":"String"}},{"name":"regnGbNm","in":"query","description":"지역구분명","schema":{"type":"String"}},{"name":"searchWord","in":"query","description":"검색어","schema":{"type":"String"}}],"responses":{"200":{"description":"우편번호 및 우편주소 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseDeliveryRegionByZipCdResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
````

## 배송지역그룹 목록 조회

> \## 기능설명\
> \* 배송지역그룹 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 배송지역그룹 목록을 조회한다.\
> &#x20; \* \[BO] 협력사 관리 > 배송비 관리 화면에서 사용한다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"DeliveryRegionGroupRequest":{"type":"object","description":"배송지역그룹관리 요청 DTO","properties":{"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"deliRegnGrpNm":{"type":"string","description":"배송지역그룹명"},"useYn":{"type":"string","description":"사용여부"}}},"DeliveryRegionGroupResponse":{"type":"object","description":"배송지역그룹 응답 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015)"},"deliGrpGbCdNm":{"type":"string","description":"배송그룹구분코드명"},"deliRegnGrpNm":{"type":"string","description":"배송지역그룹명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"deliRegnDesc":{"type":"string","description":"배송지역그룹설명"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/getDeliveryRegionGroupQueryList":{"get":{"tags":["배송 기준 정보"],"summary":"배송지역그룹 목록 조회","description":"## 기능설명\n* 배송지역그룹 목록을 조회합니다.\n---\n## 상세설명\n* 배송지역그룹 목록을 조회한다.\n  * [BO] 협력사 관리 > 배송비 관리 화면에서 사용한다.\n","operationId":"getDeliveryRegionGroupQueryList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DeliveryRegionGroupRequest"}},{"name":"useYn","in":"query","description":"사용여부","schema":{"type":"String"}}],"responses":{"200":{"description":"배송지역그룹 관리 목록 조회 성공","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionGroupResponse"}}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 배송지역그룹 관리 목록

> \## 기능 설명\
> \* 배송지역그룹 목록과 상세정보를 조회하는 API 입니다.\
> \---\
> \## 상세 설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역그룹 관리페이지에서 조회 버튼 클릭 시 호출되는 API 입니다.\
> \* 배송지역그룹구분(LO015)과 배송지역그룹명, 사용여부를 이용해 배송지역그룹목록을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"DeliveryRegionGroupRequest":{"type":"object","description":"배송지역그룹관리 요청 DTO","properties":{"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"deliRegnGrpNm":{"type":"string","description":"배송지역그룹명"},"useYn":{"type":"string","description":"사용여부"}}},"RealGridListResponseDeliveryRegionGroupResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionGroupResponse"}}}},"DeliveryRegionGroupResponse":{"type":"object","description":"배송지역그룹 응답 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015)"},"deliGrpGbCdNm":{"type":"string","description":"배송그룹구분코드명"},"deliRegnGrpNm":{"type":"string","description":"배송지역그룹명"},"sortSeq":{"type":"integer","format":"int32","description":"정렬순서"},"useYn":{"type":"string","description":"사용여부"},"deliRegnDesc":{"type":"string","description":"배송지역그룹설명"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/getDeliveryRegionGroupMgmtList":{"get":{"tags":["배송 기준 정보"],"summary":"배송지역그룹 관리 목록","description":"## 기능 설명\n* 배송지역그룹 목록과 상세정보를 조회하는 API 입니다.\n---\n## 상세 설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역그룹 관리페이지에서 조회 버튼 클릭 시 호출되는 API 입니다.\n* 배송지역그룹구분(LO015)과 배송지역그룹명, 사용여부를 이용해 배송지역그룹목록을 조회합니다.\n","operationId":"getDeliveryRegionGroupMgmtList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DeliveryRegionGroupRequest"}},{"name":"deliGrpGbCd","in":"query","description":"배송그룹구분코드(LO015)","schema":{"type":"String"}},{"name":"deliRegnGrpNm","in":"query","description":"배송지역그룹명","schema":{"type":"String"}},{"name":"useYn","in":"query","description":"사용여부","schema":{"type":"String"}}],"responses":{"200":{"description":"배송지역그룹 관리 목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseDeliveryRegionGroupResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 배송지역 적용목록 조회

> \## 기능설명\
> \* 배송지역그룹에 적용된 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* \[BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지 배송지역적용 목록을 조회합니다.\
> \* 요청 배송지역그룹번호(deliRegnGrpNo)에 매핑된 우편번호, 주소 목록을 조회합니다.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"DeliveryRegionByZipCdRequest":{"type":"object","description":"배송지역관리 요청 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"deliGrpGbCd":{"type":"string","description":"배송그룹구분코드(LO015) 10:추가배송비"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"},"regnGbCd":{"type":"string","description":"지역구분코드"},"regnGbNm":{"type":"string","description":"지역구분명"},"searchWord":{"type":"string","description":"검색어"}}},"RealGridListResponseDeliveryRegionByZipCdResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/DeliveryRegionByZipCdResponse"}}}},"DeliveryRegionByZipCdResponse":{"type":"object","description":"배송지역관리 응답 DTO","properties":{"deliRegnGrpNo":{"type":"string","description":"배송지역그룹번호"},"zipNo":{"type":"string","description":"우편번호"},"zipAddr":{"type":"string","description":"우편주소"}}},"Response":{"type":"object","properties":{"timestamp":{"type":"string","format":"date-time","description":"result time"},"code":{"type":"string","description":"result code"},"message":{"type":"string","description":"result message"},"isProcess":{"type":"boolean","description":"process check"},"payload":{"description":"payload"},"error":{"type":"boolean","description":"is error"},"errors":{"type":"array","description":"validation error list","items":{"$ref":"#/components/schemas/ValidationError"}}}},"ValidationError":{"type":"object","properties":{"field":{"type":"string","description":"field"},"message":{"type":"string","description":"field message"}}}}},"paths":{"/v1/delivery/deliveryStandardInfoMgmt/getDeliRegnByZipCdList":{"get":{"tags":["배송 기준 정보"],"summary":"배송지역 적용목록 조회","description":"## 기능설명\n* 배송지역그룹에 적용된 목록을 조회합니다.\n---\n## 상세설명\n* [BO] 배송 > 배송기준정보 관리 > 배송지역관리 페이지 배송지역적용 목록을 조회합니다.\n* 요청 배송지역그룹번호(deliRegnGrpNo)에 매핑된 우편번호, 주소 목록을 조회합니다.\n","operationId":"getDeliRegnByZipCdList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/DeliveryRegionByZipCdRequest"}},{"name":"deliRegnGrpNo","in":"query","description":"배송지역그룹번호","required":true,"schema":{"type":"String"}}],"responses":{"200":{"description":"배송지역 적용목록 조회 성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseDeliveryRegionByZipCdResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
