| Contact | Donate | Imprint |
| Bundle | BundleModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Bundle | ||
| (2) Name | STRING | Bundle |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /bundle | insertBundle(bundle) | BundleModule | POST | Bundle |
| (2) /bundleservice/bundle/{id} | findAllBundleServiceOfBundle(id) | BundleModule | GET | Bundle BundleService |
| (3) /bundle/{id} | findBundleById(id) | BundleModule | GET | Bundle |
| (4) /bundle | findAllBundle() | BundleModule | GET | Bundle |
| (5) /bundle/{id} | updateBundleById(bundle) | BundleModule | PUT | Bundle |
| (6) /bundle/{id} | deleteBundleById(id) | BundleModule | DELETE | Bundle |
Example:
final Bundle bundle = (Bundle) invokeModule(BUNDLE_MODULE + "/bundle/" + id, Bundle.class);| Contact | Donate | Imprint |