> 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/system-bo-api/customer-notice-management.md).

# Customer Notice Management

## Modify Customer Notice

> \## Function Description\
> \* Modifies customer notice information.\
> \---\
> \## Detailed Description\
> \* Posting start date/time, posting end date/time, posting status, top fixed status, and notice title name are required.\
> \* If an attachment exists, the attachment is saved.<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":{"CustomerNoticeRequest":{"type":"object","description":"Customer Notice Registration/Modification Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"ntcTitleNm":{"type":"string","description":"Notice Title"},"bbYn":{"type":"string","description":"Post Status"},"ntcRegId":{"type":"string","description":"Notice Registrant ID"},"ntcNo":{"type":"string","description":"Notice No."},"ntcClssCd":{"type":"string","description":"Notice Classification Code (DP019)"},"bbStrDt":{"type":"string","format":"date","description":"Posting Start Date and Time"},"bbEndDt":{"type":"string","format":"date","description":"Posting End Date and Time"},"uprFixYn":{"type":"string","description":"Pinned Status"},"mainDispYn":{"type":"string","description":"Main Display Status"},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"},"dateSelect":{"type":"string","description":"Search Period Selection"},"deleteFileList":{"type":"array","description":"List of Attachments to Delete","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}},"uploadFileList":{"type":"array","description":"List of Attachments to Modify","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}}}},"PrNtcAtchFileInfo":{"type":"object","properties":{"ntcNo":{"type":"string"},"fileSeq":{"type":"integer","format":"int32"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"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":{"/v1/system/customerNoticeMgmt/modifyCustomerNoticeInfo":{"put":{"tags":["Customer Notice Management"],"summary":"Modify Customer Notice","description":"## Function Description\n* Modifies customer notice information.\n---\n## Detailed Description\n* Posting start date/time, posting end date/time, posting status, top fixed status, and notice title name are required.\n* If an attachment exists, the attachment is saved.\n","operationId":"modifyCustomerNoticeInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerNoticeRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Register/Modify Customer Notice Multilingual

> \## Function Description\
> \* Retrieves the multilingual information for a customer notice.\
> \---\
> \## Detailed Description\
> \* Language code and notice title name are required.\
> \* If data exists for the given customer notice number and language code, the existing multilingual information is modified.\
> \* If no data exists for the given customer notice number and language code, new multilingual information is registered.<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":{"CustomerNoticeMlRequest":{"type":"object","description":"Customer Notice Registration/Modification Request DTO","properties":{"langCd":{"type":"string","description":"Language Code"},"ntcNo":{"type":"string","description":"Notice No."},"ntcTitleNm":{"type":"string","description":"Title"},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice 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"}}}}},"paths":{"/v2/system/customerNoticeMgmt/saveCustomerNoticeMl":{"post":{"tags":["Customer Notice Management"],"summary":"Register/Modify Customer Notice Multilingual","description":"## Function Description\n* Retrieves the multilingual information for a customer notice.\n---\n## Detailed Description\n* Language code and notice title name are required.\n* If data exists for the given customer notice number and language code, the existing multilingual information is modified.\n* If no data exists for the given customer notice number and language code, new multilingual information is registered.\n","operationId":"saveCustomerNoticeMl","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerNoticeMlRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Register Customer Notice

> \## Function Description\
> \* Registers customer notice information.\
> \---\
> \## Detailed Description\
> \* Display Media Code, Notice Category Code, Posting Start Date/Time, Posting End Date/Time, Posting Status, Top Fixed Status, and Notice Title Name are required.\
> \* If the notice category code is not a general notice, the main display status is set to N.\
> \* If an attachment exists, the attachment is saved.<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":{"CustomerNoticeRequest":{"type":"object","description":"Customer Notice Registration/Modification Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"ntcTitleNm":{"type":"string","description":"Notice Title"},"bbYn":{"type":"string","description":"Post Status"},"ntcRegId":{"type":"string","description":"Notice Registrant ID"},"ntcNo":{"type":"string","description":"Notice No."},"ntcClssCd":{"type":"string","description":"Notice Classification Code (DP019)"},"bbStrDt":{"type":"string","format":"date","description":"Posting Start Date and Time"},"bbEndDt":{"type":"string","format":"date","description":"Posting End Date and Time"},"uprFixYn":{"type":"string","description":"Pinned Status"},"mainDispYn":{"type":"string","description":"Main Display Status"},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"},"dateSelect":{"type":"string","description":"Search Period Selection"},"deleteFileList":{"type":"array","description":"List of Attachments to Delete","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}},"uploadFileList":{"type":"array","description":"List of Attachments to Modify","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}}}},"PrNtcAtchFileInfo":{"type":"object","properties":{"ntcNo":{"type":"string"},"fileSeq":{"type":"integer","format":"int32"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"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":{"/v1/system/customerNoticeMgmt/registCustomerNoticeInfo":{"post":{"tags":["Customer Notice Management"],"summary":"Register Customer Notice","description":"## Function Description\n* Registers customer notice information.\n---\n## Detailed Description\n* Display Media Code, Notice Category Code, Posting Start Date/Time, Posting End Date/Time, Posting Status, Top Fixed Status, and Notice Title Name are required.\n* If the notice category code is not a general notice, the main display status is set to N.\n* If an attachment exists, the attachment is saved.\n","operationId":"registCustomerNoticeInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/CustomerNoticeRequest"}}},"required":true},"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Notice Attachment File List

> \## Function Description\
> \* Retrieves the notice attachment file list.\
> \---\
> \## Detailed Description\
> \* Customer Notice No. is required.\
> \* Retrieves the attachment file list matching the given customer notice number.<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":{"CustomerNoticeAttachFile":{"type":"object","description":"Customer Notice Attachment Response DTO","properties":{"ntcNo":{"type":"string","description":"Notice No."},"fileSeq":{"type":"integer","format":"int32","description":"File Sequence No."},"atchFileRouteNm":{"type":"string","description":"Attachment File Path"},"atchFileNm":{"type":"string","description":"Attachment File Name"}}},"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/customerNoticeMgmt/getNoticeAttachedFileList":{"get":{"tags":["Customer Notice Management"],"summary":"Retrieve Customer Notice Attachment File List","description":"## Function Description\n* Retrieves the notice attachment file list.\n---\n## Detailed Description\n* Customer Notice No. is required.\n* Retrieves the attachment file list matching the given customer notice number.\n","operationId":"getNoticeAttachedFileList","parameters":[{"name":"ntcNo","in":"query","description":"Customer Notice No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/CustomerNoticeAttachFile"}}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Notice List

> \## Function Description\
> \* Retrieves the customer notice list matching the conditions selected on the screen.\
> \---\
> \## Detailed Description\
> \* Post Start Date/Time and Post End Date/Time are required.\
> \* Retrieves the customer notice list based on the language code of the dataLangCd cookie value.\
> \---\
> \## Revision History\
> \* Release v2.00\_240530: Changed date query<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":{"CustomerNoticeRequest":{"type":"object","description":"Customer Notice Registration/Modification Request DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"ntcTitleNm":{"type":"string","description":"Notice Title"},"bbYn":{"type":"string","description":"Post Status"},"ntcRegId":{"type":"string","description":"Notice Registrant ID"},"ntcNo":{"type":"string","description":"Notice No."},"ntcClssCd":{"type":"string","description":"Notice Classification Code (DP019)"},"bbStrDt":{"type":"string","format":"date","description":"Posting Start Date and Time"},"bbEndDt":{"type":"string","format":"date","description":"Posting End Date and Time"},"uprFixYn":{"type":"string","description":"Pinned Status"},"mainDispYn":{"type":"string","description":"Main Display Status"},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"},"dateSelect":{"type":"string","description":"Search Period Selection"},"deleteFileList":{"type":"array","description":"List of Attachments to Delete","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}},"uploadFileList":{"type":"array","description":"List of Attachments to Modify","items":{"$ref":"#/components/schemas/PrNtcAtchFileInfo"}}}},"PrNtcAtchFileInfo":{"type":"object","properties":{"ntcNo":{"type":"string"},"fileSeq":{"type":"integer","format":"int32"},"atchFileRouteNm":{"type":"string"},"atchFileNm":{"type":"string"}}},"RealGridListResponseCustomerNoticeResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{"$ref":"#/components/schemas/CustomerNoticeResponse"}}}},"CustomerNoticeResponse":{"type":"object","description":"Customer Notice Retrieval Response DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispMediaCdNm":{"type":"string","description":"Display Media"},"ntcClssCd":{"type":"string","description":"Notice Classification Code (DP019)"},"ntcClssCdNm":{"type":"string","description":"Notice Category Code"},"ntcNo":{"type":"string","description":"Notice No."},"ntcTitleNm":{"type":"string","description":"Notice Title"},"ntcTitleNmMl":{"type":"string","description":"Notice Title Multilingual Name"},"bbYn":{"type":"string","description":"Post Status","enum":["Y","N"]},"bbStrDtm":{"type":"string","description":"Posting Start Date and Time"},"bbEndDtm":{"type":"string","description":"Posting End Date and Time"},"qryCnt":{"type":"string","description":"View Count"},"uprFixYn":{"type":"string","description":"Pinned Status","enum":["Y","N"]},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"},"sysRegNm":{"type":"string","description":"Notice Registrant ID"},"mainDispYn":{"type":"string","description":"Main Display Status"},"bbStrDt":{"type":"string","description":"Post Start Date"},"bbEndDt":{"type":"string","description":"Post End Date"}}},"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/customerNoticeMgmt/getCustomerNoticeList":{"get":{"tags":["Customer Notice Management"],"summary":"Retrieve Customer Notice List","description":"## Function Description\n* Retrieves the customer notice list matching the conditions selected on the screen.\n---\n## Detailed Description\n* Post Start Date/Time and Post End Date/Time are required.\n* Retrieves the customer notice list based on the language code of the dataLangCd cookie value.\n---\n## Revision History\n* Release v2.00_240530: Changed date query\n","operationId":"getCustomerNoticeList","parameters":[{"name":"customerNoticeRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CustomerNoticeRequest"}},{"name":"bbStrDt","in":"query","description":"Posting Start Date and Time","required":true,"schema":{"type":"LocalDate"}},{"name":"bbEndDt","in":"query","description":"Posting End Date and Time","required":true,"schema":{"type":"LocalDate"}},{"name":"dispMediaCd","in":"query","description":"Display Media Code","schema":{"type":"string"}},{"name":"bbYn","in":"query","description":"Post Status","schema":{"type":"string"}},{"name":"ntcClssCd","in":"query","description":"Notice Category Code","schema":{"type":"string"}},{"name":"uprFixYn","in":"query","description":"Pinned Status","schema":{"type":"string"}},{"name":"ntcTitleNm","in":"query","description":"Title","schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"string"}},{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponseCustomerNoticeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Single Customer Notice

> \## Function Description\
> \* Retrieves a single notice.\
> \---\
> \## Detailed Description\
> \* Customer Notice No. is required.\
> \* Retrieves the notice information matching the given customer notice number.\
> \* The reference language for retrieval is the dataLangCd cookie value.<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":{"CustomerNoticeResponse":{"type":"object","description":"Customer Notice Retrieval Response DTO","properties":{"siteNo":{"type":"string","description":"Site No."},"siteNm":{"type":"string","description":"Site Name"},"dispMediaCd":{"type":"string","description":"Display Media Code (DP018)"},"dispMediaCdNm":{"type":"string","description":"Display Media"},"ntcClssCd":{"type":"string","description":"Notice Classification Code (DP019)"},"ntcClssCdNm":{"type":"string","description":"Notice Category Code"},"ntcNo":{"type":"string","description":"Notice No."},"ntcTitleNm":{"type":"string","description":"Notice Title"},"ntcTitleNmMl":{"type":"string","description":"Notice Title Multilingual Name"},"bbYn":{"type":"string","description":"Post Status","enum":["Y","N"]},"bbStrDtm":{"type":"string","description":"Posting Start Date and Time"},"bbEndDtm":{"type":"string","description":"Posting End Date and Time"},"qryCnt":{"type":"string","description":"View Count"},"uprFixYn":{"type":"string","description":"Pinned Status","enum":["Y","N"]},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"},"sysRegNm":{"type":"string","description":"Notice Registrant ID"},"mainDispYn":{"type":"string","description":"Main Display Status"},"bbStrDt":{"type":"string","description":"Post Start Date"},"bbEndDt":{"type":"string","description":"Post End Date"}}},"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/customerNoticeMgmt/getCustomerNoticeInfo":{"get":{"tags":["Customer Notice Management"],"summary":"Retrieve Single Customer Notice","description":"## Function Description\n* Retrieves a single notice.\n---\n## Detailed Description\n* Customer Notice No. is required.\n* Retrieves the notice information matching the given customer notice number.\n* The reference language for retrieval is the dataLangCd cookie value.\n","operationId":"getCustomerNoticeInfo","parameters":[{"name":"ntcNo","in":"query","description":"Customer Notice No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CustomerNoticeResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```

## Retrieve Customer Notice Multilingual Information

> \## Function Description\
> \* Retrieves the multilingual content of the customer notice.\
> \---\
> \## Detailed Description\
> \* Customer Notice No. is required.\
> \* Retrieves the multilingual information of the notice matching the given customer notice number.<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":{"CustomerNoticeMlRequest":{"type":"object","description":"Customer Notice Registration/Modification Request DTO","properties":{"langCd":{"type":"string","description":"Language Code"},"ntcNo":{"type":"string","description":"Notice No."},"ntcTitleNm":{"type":"string","description":"Title"},"pcNtcCont":{"type":"string","description":"PC Notice Content"},"moNtcCont":{"type":"string","description":"Mobile Notice Content"}}},"CustomerNoticeMlResponse":{"type":"object","properties":{"langCd":{"type":"string"},"ntcNo":{"type":"string"},"ntcTitleNm":{"type":"string"},"ntcTitleNmMl":{"type":"string"},"pcNtcCont":{"type":"string"},"pcNtcContMl":{"type":"string"},"moNtcCont":{"type":"string"},"moNtcContMl":{"type":"string"},"dispMediaCd":{"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/customerNoticeMgmt/getCustomerNoticeInfoMl":{"get":{"tags":["Customer Notice Management"],"summary":"Retrieve Customer Notice Multilingual Information","description":"## Function Description\n* Retrieves the multilingual content of the customer notice.\n---\n## Detailed Description\n* Customer Notice No. is required.\n* Retrieves the multilingual information of the notice matching the given customer notice number.\n","operationId":"getCustomerNoticeInfoMl","parameters":[{"name":"customerNoticeMlRequest","in":"query","required":true,"schema":{"$ref":"#/components/schemas/CustomerNoticeMlRequest"}},{"name":"ntcNo","in":"query","description":"Customer Notice No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Success","content":{"*/*":{"schema":{"$ref":"#/components/schemas/CustomerNoticeMlResponse"}}}},"900":{"description":"Business processing error details","content":{"*/*":{"schema":{"$ref":"#/components/schemas/Response"}}}}}}}}}
```
