| Contact | Donate | Imprint |
| HardwareProduct | CountryModule | Spotify |
| Property | Type | Entity | Reference | Module |
| (1) AnnouncedOn | DATE | HardwareProduct | ||
| (2) Category | STRING | HardwareProduct | ||
| (3) Country | LONG | HardwareProduct | Country | CountryModule |
| (4) DiscontinuedOn | DATE | HardwareProduct | ||
| (5) Name | STRING | HardwareProduct |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /hardwareproduct/{id} | deleteHardwareProductById(id) | CountryModule | DELETE | HardwareProduct |
| (2) /hardwareproduct/{id} | findHardwareProductById(id) | CountryModule | GET | HardwareProduct |
| (3) /hardwareproduct/{id} | updateHardwareProductById(hardwareproduct) | CountryModule | PUT | HardwareProduct |
| (4) /hardwareproduct/country/{id} | findAllHardwareProductOfCountry(id) | CountryModule | GET | Country HardwareProduct |
| (5) /hardwareproduct | findAllHardwareProduct() | CountryModule | GET | HardwareProduct |
| (6) /hardwareproduct | insertHardwareProduct(hardwareproduct) | CountryModule | POST | HardwareProduct |
Example:
final HardwareProduct hardwareproduct = (HardwareProduct) invokeModule(COUNTRY_MODULE + "/hardwareproduct/" + id, HardwareProduct.class);| Contact | Donate | Imprint |