| Contact | Donate | Imprint |
| PriceHistory | OfferModule | AmazonCom |
| Property | Type | Entity | Reference | Module |
| (1) Currency | STRING | PriceHistory | ||
| (2) Offer | LONG | PriceHistory | Offer | OfferModule |
| (3) Price | DOUBLE | PriceHistory | ||
| (4) ValidFrom | DATE | PriceHistory | ||
| (5) ValidTo | DATE | PriceHistory |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /pricehistory/{id} | updatePriceHistoryById(pricehistory) | OfferModule | PUT | PriceHistory |
| (2) /pricehistory/{id} | deletePriceHistoryById(id) | OfferModule | DELETE | PriceHistory |
| (3) /pricehistory/{id} | findPriceHistoryById(id) | OfferModule | GET | PriceHistory |
| (4) /pricehistory/offer/{id} | findAllPriceHistoryOfOffer(id) | OfferModule | GET | Offer PriceHistory |
| (5) /pricehistory | findAllPriceHistory() | OfferModule | GET | PriceHistory |
| (6) /pricehistory | insertPriceHistory(pricehistory) | OfferModule | POST | PriceHistory |
Example:
final PriceHistory pricehistory = (PriceHistory) invokeModule(OFFER_MODULE + "/pricehistory/" + id, PriceHistory.class);| Contact | Donate | Imprint |