| Contact | Donate | Imprint |
| PromotionProduct | PromotionModule | AmazonCom |
| Property | Type | Entity | Reference | Module |
| (1) Product | LONG | PromotionProduct | Product | ProductModule |
| (2) Promotion | LONG | PromotionProduct | Promotion | PromotionModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /promotionproduct/promotion/{id} | findAllPromotionProductOfPromotion(id) | PromotionModule | GET | Promotion PromotionProduct |
| (2) /promotionproduct/{id} | updatePromotionProductById(promotionproduct) | PromotionModule | PUT | PromotionProduct |
| (3) /promotionproduct | findAllPromotionProduct() | PromotionModule | GET | PromotionProduct |
| (4) /promotionproduct/{id} | deletePromotionProductById(id) | PromotionModule | DELETE | PromotionProduct |
| (5) /promotionproduct | insertPromotionProduct(promotionproduct) | PromotionModule | POST | PromotionProduct |
| (6) /promotionproduct/{id} | findPromotionProductById(id) | PromotionModule | GET | PromotionProduct |
| (7) /promotionproduct/product/{id} | findAllPromotionProductOfProduct(id) | PromotionModule | GET | Product PromotionProduct |
Example:
final PromotionProduct promotionproduct = (PromotionProduct) invokeModule(PROMOTION_MODULE + "/promotionproduct/" + id, PromotionProduct.class);| Contact | Donate | Imprint |