| Contact | Donate | Imprint |
| PromotionMenuItemLink | MenuItemModule | Lieferando |
| Property | Type | Entity | Reference | Module |
| (1) MenuItem | LONG | PromotionMenuItemLink | MenuItem | MenuItemModule |
| (2) Promotion | LONG | PromotionMenuItemLink | Promotion | RestaurantModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /promotionmenuitemlink/{id} | updatePromotionMenuItemLinkById(promotionmenuitemlink) | MenuItemModule | PUT | PromotionMenuItemLink |
| (2) /promotionmenuitemlink/{id} | deletePromotionMenuItemLinkById(id) | MenuItemModule | DELETE | PromotionMenuItemLink |
| (3) /promotionmenuitemlink/menuitem/{id} | findAllPromotionMenuItemLinkOfMenuItem(id) | MenuItemModule | GET | MenuItem PromotionMenuItemLink |
| (4) /promotionmenuitemlink/{id} | findPromotionMenuItemLinkById(id) | MenuItemModule | GET | PromotionMenuItemLink |
| (5) /promotionmenuitemlink/promotion/{id} | findAllPromotionMenuItemLinkOfPromotion(id) | MenuItemModule | GET | Promotion PromotionMenuItemLink |
| (6) /promotionmenuitemlink | findAllPromotionMenuItemLink() | MenuItemModule | GET | PromotionMenuItemLink |
| (7) /promotionmenuitemlink | insertPromotionMenuItemLink(promotionmenuitemlink) | MenuItemModule | POST | PromotionMenuItemLink |
Example:
final PromotionMenuItemLink promotionmenuitemlink = (PromotionMenuItemLink) invokeModule(MENU_ITEM_MODULE + "/promotionmenuitemlink/" + id, PromotionMenuItemLink.class);| Contact | Donate | Imprint |