| Contact | Donate | Imprint |
| MenuSection | MenuItemModule | Lieferando |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | MenuSection | ||
| (2) Menu | LONG | MenuSection | Menu | RestaurantModule |
| (3) Name | STRING | MenuSection | ||
| (4) SortOrder | LONG | MenuSection |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /menuitem/menusection/{id} | findAllMenuItemOfMenuSection(id) | MenuItemModule | GET | MenuSection MenuItem |
| (2) /menusection/{id} | findMenuSectionById(id) | MenuItemModule | GET | MenuSection |
| (3) /menusection | insertMenuSection(menusection) | MenuItemModule | POST | MenuSection |
| (4) /menusection/{id} | deleteMenuSectionById(id) | MenuItemModule | DELETE | MenuSection |
| (5) /menusection/{id} | updateMenuSectionById(menusection) | MenuItemModule | PUT | MenuSection |
| (6) /menusection | findAllMenuSection() | MenuItemModule | GET | MenuSection |
| (7) /menusection/menu/{id} | findAllMenuSectionOfMenu(id) | MenuItemModule | GET | Menu MenuSection |
Example:
final MenuSection menusection = (MenuSection) invokeModule(MENU_ITEM_MODULE + "/menusection/" + id, MenuSection.class);| Contact | Donate | Imprint |