> 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/api-en/back-office-api-reference/popup-bo-api/notification-message-management-multilingual-popup.md).

# Notification Message Management Multilingual Popup

## Register/Modify Notification Message Multilingual Information

> \## Function Description\
> \* Registers or modifies multilingual information for a notification message.\
> \---\
> \## Detailed Description\
> \* Registers or modifies the multilingual information for the given dataLangCd.\
> \* If baseNotiMethodCd is 30 (KakaoTalk), multilingual registration/modification is not possible.\
> \* Required parameters when registering\
> &#x20;  \* Multilingual Registration Language Code, Title, Message\
> \* Required parameters when modifying\
> &#x20;  \* Multilingual Registration Language Code, Notification Message Sequence No.<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":[]}],"paths":{"/v1/popup/notiMessage/saveNotiMessageMlInfo":{"post":{"tags":["Notification Message Management Multilingual Popup"],"summary":"Register/Modify Notification Message Multilingual Information","description":"## Function Description\n* Registers or modifies multilingual information for a notification message.\n---\n## Detailed Description\n* Registers or modifies the multilingual information for the given dataLangCd.\n* If baseNotiMethodCd is 30 (KakaoTalk), multilingual registration/modification is not possible.\n* Required parameters when registering\n   * Multilingual Registration Language Code, Title, Message\n* Required parameters when modifying\n   * Multilingual Registration Language Code, Notification Message Sequence No.\n","operationId":"saveNotiMessageMlInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/NoticeMessageInfoRequest"}}},"required":true},"responses":{"200":{"description":"Success"},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"NoticeMessageInfoRequest":{"type":"object","description":"Register/Modify Notification Message Request DTO","properties":{"siteNo":{"type":"string","description":"Site No.","minLength":1},"notiMsgSeq":{"type":"string","description":"Notification Message Sequence No."},"msgGbCd":{"type":"string","description":"Message Type Code (CH008)","minLength":1},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date","minLength":1},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date","minLength":1},"baseNotiMethodCd":{"type":"string","description":"Default Notification Method Code (CH009)","minLength":1},"tmplNm":{"type":"string","description":"Template Name","minLength":1},"ttl":{"type":"string","description":"Title","minLength":1},"msg":{"type":"string","description":"Message","minLength":1},"useYn":{"type":"string","description":"Usage Status","enum":["Y","N"],"minLength":1},"sndNo":{"type":"string","description":"Send No.","minLength":1},"sndmnNm":{"type":"string","description":"Sender Name","minLength":1},"tmplId":{"type":"string","description":"Template ID"},"kakaoTmplId":{"type":"string","description":"Kakao Template ID"},"mbrNotiTypCd":{"type":"string","description":"Member Notification Type Code (ME051)"},"searchDateType":{"type":"string","description":"Search Period Type"},"dateSelect":{"type":"string","description":"Search Period Button"},"btnList":{"type":"array","description":"Template Button List","items":{"$ref":"#/components/schemas/CcNotiMsgBtnInfo"}},"notAvailableUpdate":{"type":"boolean"}},"required":["aplyEndDt","aplyStrDt","baseNotiMethodCd","msg","msgGbCd","siteNo","sndNo","sndmnNm","tmplNm","ttl","useYn"]},"CcNotiMsgBtnInfo":{"type":"object","properties":{"notiMsgSeq":{"type":"string"},"notiMsgBtnSeq":{"type":"string"},"btnNm":{"type":"string"},"btnUrl":{"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"}}}}}}
```

## Retrieve Notification Message Multilingual Information

> \## Function Description\
> \* Retrieves the multilingual information for the selected notification message.\
> \---\
> \## Detailed Description\
> \* If dataLangCd is passed, retrieves the multilingual information for the given language code.\
> \* If not passed, retrieves the multilingual information for the first language code excluding the current default language code.<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":[]}],"paths":{"/v1/popup/notiMessage/getNotiMessageMlInfo":{"get":{"tags":["Notification Message Management Multilingual Popup"],"summary":"Retrieve Notification Message Multilingual Information","description":"## Function Description\n* Retrieves the multilingual information for the selected notification message.\n---\n## Detailed Description\n* If dataLangCd is passed, retrieves the multilingual information for the given language code.\n* If not passed, retrieves the multilingual information for the first language code excluding the current default language code.\n","operationId":"getNotiMessageMlInfo","parameters":[{"name":"request","in":"query","required":true,"schema":{"$ref":"#/components/schemas/NoticeMessageInfoRequest"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/NoticeMessageMlResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}},"components":{"schemas":{"NoticeMessageInfoRequest":{"type":"object","description":"Register/Modify Notification Message Request DTO","properties":{"siteNo":{"type":"string","description":"Site No.","minLength":1},"notiMsgSeq":{"type":"string","description":"Notification Message Sequence No."},"msgGbCd":{"type":"string","description":"Message Type Code (CH008)","minLength":1},"aplyStrDt":{"type":"string","format":"date","description":"Application Start Date","minLength":1},"aplyEndDt":{"type":"string","format":"date","description":"Application End Date","minLength":1},"baseNotiMethodCd":{"type":"string","description":"Default Notification Method Code (CH009)","minLength":1},"tmplNm":{"type":"string","description":"Template Name","minLength":1},"ttl":{"type":"string","description":"Title","minLength":1},"msg":{"type":"string","description":"Message","minLength":1},"useYn":{"type":"string","description":"Usage Status","enum":["Y","N"],"minLength":1},"sndNo":{"type":"string","description":"Send No.","minLength":1},"sndmnNm":{"type":"string","description":"Sender Name","minLength":1},"tmplId":{"type":"string","description":"Template ID"},"kakaoTmplId":{"type":"string","description":"Kakao Template ID"},"mbrNotiTypCd":{"type":"string","description":"Member Notification Type Code (ME051)"},"searchDateType":{"type":"string","description":"Search Period Type"},"dateSelect":{"type":"string","description":"Search Period Button"},"btnList":{"type":"array","description":"Template Button List","items":{"$ref":"#/components/schemas/CcNotiMsgBtnInfo"}},"notAvailableUpdate":{"type":"boolean"}},"required":["aplyEndDt","aplyStrDt","baseNotiMethodCd","msg","msgGbCd","siteNo","sndNo","sndmnNm","tmplNm","ttl","useYn"]},"CcNotiMsgBtnInfo":{"type":"object","properties":{"notiMsgSeq":{"type":"string"},"notiMsgBtnSeq":{"type":"string"},"btnNm":{"type":"string"},"btnUrl":{"type":"string"}}},"NoticeMessageMlResponse":{"type":"object","description":"Notification Message Registration/Modification Response DTO","properties":{"notiMsgSeq":{"type":"string","description":"Notification Message Sequence No."},"defaultTtl":{"type":"string","description":"Default Language Notification Message Title"},"defaultMsg":{"type":"string","description":"Default Language Notification Message Content"},"ttl":{"type":"string","description":"Multilingual Notification Message Title"},"msg":{"type":"string","description":"Multilingual Notification Message Content"}}},"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"}}}}}}
```
