> 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/system-bo-api/undefined-1.md).

# 고객 알림 관리

## 고객알림 수정

> \## 기능설명\
> \* 고객알림 정보를 수정합니다.\
> \---\
> \## 상세설명\
> \* 등록한 알림의 알림화면 대분류, 중분류에 맞는 FO 화면에서 등록된 고객알림을 볼 수 있습니다.<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/modifyCustomerAlimInfo":{"put":{"tags":["고객 알림 관리"],"summary":"고객알림 수정","description":"## 기능설명\n* 고객알림 정보를 수정합니다.\n---\n## 상세설명\n* 등록한 알림의 알림화면 대분류, 중분류에 맞는 FO 화면에서 등록된 고객알림을 볼 수 있습니다.\n","operationId":"modifyCustomerAlimInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 다국어 정보 등록, 수정

> \## 기능설명\
> \* 고객알림 다국어 정보를 등록, 수정합니다.\
> \---\
> \## 상세설명\
> \* 넘어온 langCd의 다국어 정보를 등록, 수정합니다.\
> \* 등록 시 langCd, ntcMlConts는 필수입니다.\
> \* 수정 시 langCd, scrnCustNotiSeq, ntcMlConts는 필수입니다.<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/registCustomerAlimMultiLang":{"post":{"tags":["고객 알림 관리"],"summary":"고객알림 다국어 정보 등록, 수정","description":"## 기능설명\n* 고객알림 다국어 정보를 등록, 수정합니다.\n---\n## 상세설명\n* 넘어온 langCd의 다국어 정보를 등록, 수정합니다.\n* 등록 시 langCd, ntcMlConts는 필수입니다.\n* 수정 시 langCd, scrnCustNotiSeq, ntcMlConts는 필수입니다.\n","operationId":"registCustomerAlimMultiLang","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 등록

> \## 기능설명\
> \* 고객알림 정보를 등록합니다.\
> \---\
> \## 상세설명\
> \* 등록한 알림의 알림화면 대분류, 중분류에 맞는 FO 화면에서 등록된 고객알림을 볼 수 있습니다.<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/registCustomerAlimInfo":{"post":{"tags":["고객 알림 관리"],"summary":"고객알림 등록","description":"## 기능설명\n* 고객알림 정보를 등록합니다.\n---\n## 상세설명\n* 등록한 알림의 알림화면 대분류, 중분류에 맞는 FO 화면에서 등록된 고객알림을 볼 수 있습니다.\n","operationId":"registCustomerAlimInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}}},"required":true},"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 게시종료 처리

> \## 기능설명\
> \* 고객알림 게시종료 처리\
> \---\
> \## 상세설명\
> \* 게시 종료 일자를 현재일자로 변경합니다.<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":{"CustomerAlimPostingEndRequest":{"type":"object","properties":{"postingEndSaveInfoList":{"type":"array","items":{"$ref":"#/components/schemas/CustomerAlimPostingEndInfo"},"minItems":1}},"required":["postingEndSaveInfoList"]},"CustomerAlimPostingEndInfo":{"type":"object","properties":{"scrnCustNotiSeq":{"type":"string"}}},"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":{"/v2/system/customerAlimMgmt/customerAlimPostingEndProcess":{"post":{"tags":["고객 알림 관리"],"summary":"고객알림 게시종료 처리","description":"## 기능설명\n* 고객알림 게시종료 처리\n---\n## 상세설명\n* 게시 종료 일자를 현재일자로 변경합니다.\n","operationId":"customerAlimPostingEndProcess","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerAlimPostingEndRequest"}}},"required":true},"responses":{"200":{"description":"성공"},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 다국어 정보 조회

> \## 기능설명\
> \* 고객알림공지번호에 맞는 고객알림 다국어 정보를 조회합니다.\
> \---\
> \## 상세설명\
> \* dataLangCd 가 넘어오면 넘어온 언어코드에 대한 다국어정보를 조회합니다.\
> \* 넘어오지 않으면 현재 기본 언어코드를 제외한 첫번째 언어코드에 대한 다국어의 정보를 조회합니다.<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"CustomerAlimResponse":{"type":"object","description":"고객알림 조회 응답 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"bbStrStartDt":{"type":"string","description":"게시시작기간 시작일"},"bbStrEndDt":{"type":"string","description":"게시시작기간 종료일"},"siteNm":{"type":"string","description":"사이트명"}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/getCustomerAlimMultiLang":{"get":{"tags":["고객 알림 관리"],"summary":"고객알림 다국어 정보 조회","description":"## 기능설명\n* 고객알림공지번호에 맞는 고객알림 다국어 정보를 조회합니다.\n---\n## 상세설명\n* dataLangCd 가 넘어오면 넘어온 언어코드에 대한 다국어정보를 조회합니다.\n* 넘어오지 않으면 현재 기본 언어코드를 제외한 첫번째 언어코드에 대한 다국어의 정보를 조회합니다.\n","operationId":"getCustomerAlimMultiLang","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}},{"name":"scrnCustNotiSeq","in":"query","description":"고객알림공지번호","required":true,"schema":{"type":"string"}},{"name":"dataLangCd","in":"query","description":"다국어국가코드","schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CustomerAlimResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 목록 조회

> \## 기능설명\
> \* 화면에서 선택한 조건에 맞는 고객 알림 목록을 조회합니다.\
> \---\
> \## 상세설명\
> \* 화면에서 선택한 조건에 맞는 고객 알림 목록을 조회합니다.\
> \* 쿠키 값에 등록된 dataLangCd 기준으로 목록이 조회됩니다.\
> \---\
> \## 수정번호\
> \* Release v2.00\_240425: 사이트 검색조건 및 결과컬럼 추가\
> \* Release v2.00\_240530: 날짜조회 쿼리 변경<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"RealGridListResponseCustomerAlimResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CustomerAlimResponse"}}}},"CustomerAlimResponse":{"type":"object","description":"고객알림 조회 응답 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"bbStrStartDt":{"type":"string","description":"게시시작기간 시작일"},"bbStrEndDt":{"type":"string","description":"게시시작기간 종료일"},"siteNm":{"type":"string","description":"사이트명"}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/getCustomerAlimList":{"get":{"tags":["고객 알림 관리"],"summary":"고객알림 목록 조회","description":"## 기능설명\n* 화면에서 선택한 조건에 맞는 고객 알림 목록을 조회합니다.\n---\n## 상세설명\n* 화면에서 선택한 조건에 맞는 고객 알림 목록을 조회합니다.\n* 쿠키 값에 등록된 dataLangCd 기준으로 목록이 조회됩니다.\n---\n## 수정번호\n* Release v2.00_240425: 사이트 검색조건 및 결과컬럼 추가\n* Release v2.00_240530: 날짜조회 쿼리 변경\n","operationId":"getCustomerAlimList","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}},{"name":"bbStrStartDt","in":"query","description":"게시시작일시","required":true,"schema":{"type":"LocalDate"}},{"name":"bbStrEndDt","in":"query","description":"게시종료일시","required":true,"schema":{"type":"LocalDate"}},{"name":"ntcRegId","in":"query","description":"등록자ID","schema":{"type":"string"}},{"name":"siteNo","in":"query","description":"사이트번호","schema":{"type":"string"}},{"name":"dispMediaCd","in":"query","description":"전시매체코드","schema":{"type":"string"}},{"name":"scrnLgrpCd","in":"query","description":"알림화면대분류","schema":{"type":"string"}},{"name":"scrnMgrpCd","in":"query","description":"알림화면중분류","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"현재 페이지","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"페이지 당 row","required":true,"schema":{"type":"string"}},{"name":"dateSelect","in":"query","description":"선택한 기간","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCustomerAlimResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 정보 조회

> \## 기능설명\
> \* 고객알림공지번호에 맞는 고객알림 정보를 조회합니다.\
> \---\
> \## 상세설명\
> \* 고객알림공지번호(scrnCustNotiSeq)는 필수입니다.\
> \* 쿠키값의 dataLangCd 기준으로 조회합니다.<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":{"CustomerAlimResponse":{"type":"object","description":"고객알림 조회 응답 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"bbStrStartDt":{"type":"string","description":"게시시작기간 시작일"},"bbStrEndDt":{"type":"string","description":"게시시작기간 종료일"},"siteNm":{"type":"string","description":"사이트명"}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/getCustomerAlimInfo":{"get":{"tags":["고객 알림 관리"],"summary":"고객알림 정보 조회","description":"## 기능설명\n* 고객알림공지번호에 맞는 고객알림 정보를 조회합니다.\n---\n## 상세설명\n* 고객알림공지번호(scrnCustNotiSeq)는 필수입니다.\n* 쿠키값의 dataLangCd 기준으로 조회합니다.\n","operationId":"getCustomerAlimInfo","parameters":[{"name":"scrnCustNotiSeq","in":"query","description":"고객알림공지번호","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CustomerAlimResponse"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## 고객알림 등록/수정 유효기간 체크

> \## 기능설명\
> \* 고객알림 등록/수정 유효기간 체크\
> \---\
> \## 상세설명\
> \* 알림매체, 알림 대분류 , 중분류 별 중복 기간 존재 체크\
> \* 존재하는 알림번호 리턴<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":{"CustomerAlimRequest":{"type":"object","description":"고객알림 등록, 수정 요청 DTO","properties":{"scrnCustNotiSeq":{"type":"string","description":"화면고객알림순번"},"ntcRegId":{"type":"string","description":"등록자ID"},"bbStrStartDt":{"type":"string","format":"date","description":"게시시작기간 시작일자"},"bbStrEndDt":{"type":"string","format":"date","description":"게시시작기간 종료일자"},"dispMediaCd":{"type":"string","description":"전시매체코드(DP018)"},"scrnLgrpCd":{"type":"string","description":"알림화면대분류(CM026)"},"scrnMgrpCd":{"type":"string","description":"알림화면중분류(CM027)"},"ntcConts":{"type":"string","description":"알림내용"},"ntcMlConts":{"type":"string","description":"다국어알림내용"},"dataLangCd":{"type":"string","description":"다국어 언어코드"},"scrnCustNotiSeqs":{"type":"string","description":"화면고객알림순번"},"bbStrStartDtm":{"type":"string","format":"date-time","description":"게시시작기간 시작일시"},"bbStrEndDtm":{"type":"string","format":"date-time","description":"게시시작기간 종료일시"},"searchDateType":{"type":"string","description":"조회기간조건"},"dateSelect":{"type":"string","description":"선택한 기간"},"dispMediaCdList":{"type":"array","items":{"type":"string"}},"scrnCustNotiSeqList":{"type":"array","items":{"type":"string"}}},"required":["ntcConts"]},"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":{"/v2/system/customerAlimMgmt/getCheckPostingPeriodScrnCustNotiSeq":{"get":{"tags":["고객 알림 관리"],"summary":"고객알림 등록/수정 유효기간 체크","description":"## 기능설명\n* 고객알림 등록/수정 유효기간 체크\n---\n## 상세설명\n* 알림매체, 알림 대분류 , 중분류 별 중복 기간 존재 체크\n* 존재하는 알림번호 리턴\n","operationId":"getCheckPostingPeriodScrnCustNotiSeq","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CustomerAlimRequest"}},{"name":"scrnCustNotiSeq","in":"query","description":"게시시작일시","schema":{"type":"string"}},{"name":"bbStrStartDt","in":"query","description":"게시시작일시","required":true,"schema":{"type":"string"}},{"name":"bbStrEndDt","in":"query","description":"게시종료일시","required":true,"schema":{"type":"string"}},{"name":"dispMediaCd","in":"query","description":"전시매체코드","schema":{"type":"string"}},{"name":"scrnLgrpCd","in":"query","description":"알림화면대분류","schema":{"type":"string"}},{"name":"scrnMgrpCd","in":"query","description":"알림화면중분류","schema":{"type":"string"}}],"responses":{"200":{"description":"성공","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"업무처리 오류 내용","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
