| Contact | Donate | Imprint |
| FixedPriceOffer | ListingModule | Ebay |
| Property | Type | Entity | Reference | Module |
| (1) BuyerUserAccount | LONG | FixedPriceOffer | UserAccount | UserAccountModule |
| (2) Currency | STRING | FixedPriceOffer | ||
| (3) Listing | LONG | FixedPriceOffer | Listing | ListingModule |
| (4) OfferDate | DATE | FixedPriceOffer | ||
| (5) OfferedPrice | STRING | FixedPriceOffer | ||
| (6) Status | STRING | FixedPriceOffer |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /fixedpriceoffer/{id} | findFixedPriceOfferById(id) | ListingModule | GET | FixedPriceOffer |
| (2) /fixedpriceoffer | insertFixedPriceOffer(fixedpriceoffer) | ListingModule | POST | FixedPriceOffer |
| (3) /fixedpriceoffer | findAllFixedPriceOffer() | ListingModule | GET | FixedPriceOffer |
| (4) /fixedpriceoffer/{id} | updateFixedPriceOfferById(fixedpriceoffer) | ListingModule | PUT | FixedPriceOffer |
| (5) /fixedpriceoffer/{id} | deleteFixedPriceOfferById(id) | ListingModule | DELETE | FixedPriceOffer |
| (6) /fixedpriceoffer/listing/{id} | findAllFixedPriceOfferOfListing(id) | ListingModule | GET | Listing FixedPriceOffer |
| (7) /fixedpriceoffer/buyeruseraccount/{id} | findAllFixedPriceOfferOfBuyerUserAccount(id) | ListingModule | GET | UserAccount FixedPriceOffer |
Example:
final FixedPriceOffer fixedpriceoffer = (FixedPriceOffer) invokeModule(LISTING_MODULE + "/fixedpriceoffer/" + id, FixedPriceOffer.class);| Contact | Donate | Imprint |