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

Basic Information Management

A service that provides functionality for efficiently managing basic information needed in the admin system. You can look up, register/modify/delete holidays, postal codes, prohibited words, common codes, and more, and manage multilingual information as needed.


Key Features

  • Holiday Management

    • Effectively manages public holidays, site anniversaries, and delivery holidays.

  • Postal Code Management

    • You can look up postal code information and register/modify/delete it.

  • Prohibited Word Management

    • Manages prohibited words within the site to restrict searching or writing of those words.

  • Common Code Management

    • Effectively manages the common codes used in development.

Process Definition — Holiday and Prohibited Word Management

You can look up, register, modify, or delete the site's holidays and prohibited words.

1

Holiday Management Lookup

Looks up the holiday count and holiday information matching the selected search conditions.

2

Holiday Registration/Modification/Deletion

Newly registers a holiday, or modifies or deletes an existing holiday.

3

Bulk Holiday Registration

When you upload holiday information via Excel or CSV, that information is newly saved. Registration is not allowed if an existing holiday is already registered.

4

Prohibited Word Lookup

Looks up the prohibited word count and prohibited word information matching the selected search conditions.

5

Prohibited Word Save/Modification/Deletion

Newly registers a prohibited word, or modifies or deletes an existing prohibited word.

6

Prohibited Word Multilingual List Lookup

Looks up multilingual information for the prohibited word selected on the screen.

7

Prohibited Word Multilingual Registration/Modification

Registers or modifies multilingual information for the prohibited word selected on the screen.

Process Definition — Postal Code and Common Code Management

You can look up, register, modify, or delete postal codes and the common codes used in site development.

1

Province/City Name Lookup

  • Looks up province/city names to search for a postal code.

  • Looks up the district/county names for the selected province/city name.

  • Looks up the postal code count and information using the selected province/city name, district/county name, and search term.

2

Postal Code Registration/Modification/Deletion

Newly registers a postal code, or registers/modifies an existing postal code.

3

Group Code List Lookup

Looks up the group code list count and group code information matching the search conditions.

4

Group Code Registration/Modification

Newly registers a group code, or modifies/deletes existing group code information.

5

Standard Code List Lookup

Looks up the standard code list count and information for a group code. You can newly register or modify a standard code.

6

Standard Code Multilingual List Lookup

Looks up the multilingual count and information for the selected standard code.

7

Standard Code Multilingual Registration/Modification

Registers or modifies multilingual information for the selected standard code.

API Function List — Holiday Management

API
Description
Server
Method
Notes

Holiday Management Count Lookup

Looks up the holiday list count matching the holiday date, task classification, and holiday classification.

BO

GET

Holiday Management List Lookup

Looks up the holiday list matching the holiday date, task classification, and holiday classification.

BO

GET

Bulk Holiday Registration

Bulk-registers holiday information uploaded via Excel or CSV.

BO

POST

Holiday Registration/Modification/Deletion

Registers, modifies, and deletes holidays.

BO

POST

API Function List — Postal Code Management

API
Description
Server
Method
Notes

Total Postal Code List Count Lookup

Looks up the postal code list count matching the province/city name, district/county name, and search term.

BO

GET

Postal Code List Lookup

Looks up the postal code list matching the province/city name, district/county name, and search term.

BO

GET

Province/City Name List Lookup

Looks up the province/city name list.

BO

GET

District/County Name List Lookup

Looks up the district/county name list.

BO

GET

Postal Code Save/Modification/Deletion

Saves, modifies, and deletes postal code information.

BO

POST

API Function List — Prohibited Word Management

API
Description
Server
Method
Notes

Prohibited Word List Count Lookup

Looks up the prohibited word count matching the prohibited word name and usage status conditions.

BO

GET

Prohibited Word List Lookup

Looks up the prohibited word list matching the prohibited word name and usage status conditions.

BO

GET

Prohibited Word Save/Modification/ Deletion

Saves, modifies, and deletes the prohibited word list.

BO

POST

Prohibited Word Multilingual List Count Lookup

Looks up the multilingual list count for the selected prohibited word.

BO

POST

Prohibited Word Multilingual List Lookup

Looks up the multilingual list for the selected prohibited word.

BO

POST

Prohibited Word Multilingual Registration/Modification

Registers or modifies a multilingual prohibited word.

BO

POST

API Function List — Common Code Management

API
Description
Server
Method
Notes

Group Code List Count Lookup

Looks up the group code list count for group code, group code name, usage status, and multilingual target status.

BO

GET

Group Code List Lookup

Looks up the group code for group code, group code name, usage status, and multilingual target status.

BO

GET

Group Code Registration/Modification

Registers and modifies a group code.

BO

POST

Standard Code List Count Lookup

Looks up the standard code list count for a group code.

BO

GET

Standard Code List Lookup

Looks up the standard code list for a group code.

BO

GET

Standard Code Registration/Modification

Registers and modifies a standard code.

BO

POST

Standard Code Multilingual List Count Lookup

Looks up the multilingual list count for a standard code.

BO

POST

Standard Code Multilingual List Lookup

Looks up the multilingual list for a standard code.

BO

POST

Standard Code Multilingual Registration/Modification

Registers and modifies multilingual standard codes.

BO

POST

Glossary

Term
Description

Prohibited word

A "prohibited word" refers to a term used to indicate a word or expression that is considered inappropriate or rude to use in a particular situation or context.