| Contact | Donate | Imprint |
| RatingSystem | ProductionCompanyModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | RatingSystem | Country | TitleModule |
| (2) Description | STRING | RatingSystem | ||
| (3) Name | STRING | RatingSystem |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /contentrating/ratingsystem/{id} | findAllContentRatingOfRatingSystem(id) | ProductionCompanyModule | GET | RatingSystem ContentRating |
| (2) /ratingsystem/country/{id} | findAllRatingSystemOfCountry(id) | ProductionCompanyModule | GET | Country RatingSystem |
| (3) /ratingsystem | findAllRatingSystem() | ProductionCompanyModule | GET | RatingSystem |
| (4) /ratingsystem/{id} | deleteRatingSystemById(id) | ProductionCompanyModule | DELETE | RatingSystem |
| (5) /ratingsystem/{id} | updateRatingSystemById(ratingsystem) | ProductionCompanyModule | PUT | RatingSystem |
| (6) /ratingsystem/{id} | findRatingSystemById(id) | ProductionCompanyModule | GET | RatingSystem |
| (7) /ratingsystem | insertRatingSystem(ratingsystem) | ProductionCompanyModule | POST | RatingSystem |
Example:
final RatingSystem ratingsystem = (RatingSystem) invokeModule(PRODUCTION_COMPANY_MODULE + "/ratingsystem/" + id, RatingSystem.class);| Contact | Donate | Imprint |