For the complete documentation index, see llms.txt. This page is also available as Markdown.

Notice Management

A service that systematically manages the admin system's notices and delivers information to users. Manages system notices, customer notices, customer alerts, and FAQs to support smooth communication.


Key Features

  • System Notice Management

    • Manages system notices delivered to users through the admin page.

  • Customer Notice Management

    • Effectively manages customer notices displayed on the front-end (FO) site.

  • Customer Alert Management

    • Manages alerts displayed on specific pages of the FO site to deliver important information.

  • FAQ Management

    • Manages FAQs organized by various topics and categories to provide answers to users' frequently asked questions.


Process Definition_System and Customer Notice Management

You can look up, register, modify, and delete system/customer notices on the admin page or site.

1

System Notice List Lookup

Looks up the system notice count and list matching the selected search conditions.

2

System Notice Target List Lookup

Looks up the detail information for a system notice selected from the list, along with the target list/count for that notice.

3

System Notice Registration

Registers a new notice or modifies an existing notice.

4

Dashboard System Notice List Lookup

Looks up the system notice list on the dashboard when entering the admin system.

5

Customer Notice List Lookup

Looks up the customer notice count and list matching the selected search conditions.

6

Customer Notice Single Lookup

Looks up the detail information and attached files for a customer notice selected from the list.

7

Customer Notice Registration/Modification

Registers a new notice or modifies an existing notice.

8

Customer Notice Multilingual Lookup

When entering the multilingual popup, looks up the multilingual information for the selected customer notice, and allows registering/modifying new or existing multilingual information.


Process Definition_Customer Alert and FAQ Management

You can look up, register, modify, or delete customer alerts and FAQs to be displayed on specific pages of the FO site.

1

Customer Alert List Lookup

Looks up the customer alert list and count matching the selected conditions.

2

Customer Alert Information Lookup

Looks up the detail information for a customer alert selected from the list.

3

Customer Alert Registration/Modification

Registers a new customer alert or modifies an existing customer alert.

4

Customer Alert Multilingual Information Lookup

When entering the multilingual popup, looks up the multilingual information for the selected customer alert and registers/modifies it.

5

FAQ List Lookup

Looks up the FAQ list and count matching the selected conditions.

6

FAQ Registration

After checking for FAQ duplication, registers a new FAQ.

7

FAQ Single Lookup

Looks up the detail information for a single FAQ selected from the list.

8

Customer Alert Modification

Modifies an existing customer alert, or enters the multilingual popup to register/modify multilingual information.


API Function List_System Notice Management

API
Description
Server
Method
Notes

System Notice List Count Lookup

Looks up the count of the system notice list.

BO

GET

System Notice List Lookup

Looks up the system notice list.

BO

GET

System Notice Single Lookup

Looks up the system notice information.

BO

GET

System Notice Target List Count Lookup

Looks up the notice target count for the selected notice.

BO

GET

System Notice Target List Lookup

Looks up the notice targets for the selected notice.

BO

GET

System Notice Registration

Registers a new system notice.

BO

POST

System Notice Modification/Deletion

Modifies and deletes an existing system notice.

BO

POST

Dashboard System Notice List Lookup

Looks up the system notices displayed on the admin page dashboard.

BO

GET


API Function List_Customer Notice Management

API
Description
Server
Method
Notes

Customer Notice List Count Lookup

Looks up the count of the customer notice list.

BO

GET

Customer Notice List Lookup

Looks up the customer notice list.

BO

GET

Customer Notice Single Lookup

Looks up customer notice information.

BO

GET

Customer Notice Attached File List Lookup

Looks up the list of attached files on an existing customer notice.

BO

GET

Customer Notice Registration

Registers a new customer notice.

BO

POST

Customer Notice Modification

Modifies an existing customer notice.

BO

PUT

Customer Notice Multilingual Lookup

Looks up multilingual information for a customer notice.

BO

GET

Customer Notice Multilingual Registration/Modification

Newly registers or modifies a multilingual customer notice.

BO

POST


API Function List_Customer Alert Management

API
Description
Server
Method
Notes

Customer Alert Registration

Registers a new customer alert.

BO

POST

Customer Alert Modification

Modifies an existing customer alert.

BO

PUT

Customer Alert Multilingual Information Lookup

Looks up multilingual information for a customer alert.

BO

GET

Customer Alert Multilingual Information Registration, Modification

Newly registers or modifies multilingual customer alert information.

BO

POST

Customer Alert List Count Lookup

Looks up the count of the customer alert list.

BO

GET

Customer Alert List Lookup

Looks up the customer alert list.

BO

GET

Customer Alert Information Lookup

Looks up information for a single customer alert.

BO

GET


API Function List_FAQ Management

API
Description
Server
Method
Notes

FAQ List Count Lookup

Looks up the count of the FAQ list.

BO

GET

FAQ List Lookup

Looks up the FAQ list.

BO

GET

FAQ Single Lookup

Looks up information for a single FAQ.

BO

GET

FAQ Registration

Registers a new FAQ.

BO

POST

FAQ Multiple Modification

Modifies multiple FAQs.

BO

POST

FAQ Modification

Modifies information for a single FAQ.

BO

PUT

FAQ Duplicate Check

Checks whether a duplicate FAQ exists.

BO

GET

FAQ Information Multilingual Lookup

Looks up multilingual information for an FAQ.

BO

GET

FAQ Multilingual Information Registration, Modification

Newly registers or modifies multilingual FAQ information.

BO

POST