In the Tuum system, the lookup API manages lists of enumerated values along with their language-based explanations (translations). These lists can serve as default values provided by Tuum or be customised to suit your specific requirements.
For instance, the list of valid customer documents might include ID card, passport, and driver’s licence. When a new customer document is entered, the system validates it against this list.
You can modify the list by removing items like ID card or adding new ones like residence permit to better align with your needs. Once updated, the system will validate all subsequent entries using the modified list. Furthermore, if the list is used in your graphical user interfaces, such as drop-down menus, the updated values will automatically appear for selection.