| Contact | Donate | Imprint |
| IndexMembership | StockListingModule | Uber |
| Property | Type | Entity | Reference | Module |
| (1) EndDate | DATE | IndexMembership | ||
| (2) IndexName | STRING | IndexMembership | ||
| (3) StartDate | DATE | IndexMembership | ||
| (4) StockListing | LONG | IndexMembership | StockListing | StockListingModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /indexmembership/{id} | deleteIndexMembershipById(id) | StockListingModule | DELETE | IndexMembership |
| (2) /indexmembership/stocklisting/{id} | findAllIndexMembershipOfStockListing(id) | StockListingModule | GET | StockListing IndexMembership |
| (3) /indexmembership/{id} | updateIndexMembershipById(indexmembership) | StockListingModule | PUT | IndexMembership |
| (4) /indexmembership/{id} | findIndexMembershipById(id) | StockListingModule | GET | IndexMembership |
| (5) /indexmembership | insertIndexMembership(indexmembership) | StockListingModule | POST | IndexMembership |
| (6) /indexmembership | findAllIndexMembership() | StockListingModule | GET | IndexMembership |
Example:
final IndexMembership indexmembership = (IndexMembership) invokeModule(STOCK_LISTING_MODULE + "/indexmembership/" + id, IndexMembership.class);| Contact | Donate | Imprint |