| Contact | Donate | Imprint |
| Category | ListingModule | Ebay |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Category | ||
| (2) Name | STRING | Category | ||
| (3) ParentCategory | LONG | Category |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /listing/category/{id} | findAllListingOfCategory(id) | ListingModule | GET | Category Listing |
| (2) /category/{id} | deleteCategoryById(id) | ListingModule | DELETE | Category |
| (3) /category | findAllCategory() | ListingModule | GET | Category |
| (4) /category/{id} | findCategoryById(id) | ListingModule | GET | Category |
| (5) /category/{id} | updateCategoryById(category) | ListingModule | PUT | Category |
| (6) /category | insertCategory(category) | ListingModule | POST | Category |
Example:
final Category category = (Category) invokeModule(LISTING_MODULE + "/category/" + id, Category.class);| Contact | Donate | Imprint |