| Contact | Donate | Imprint |
| VideoFormat | VideoFormatModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | VideoFormat | ||
| (2) Name | STRING | VideoFormat |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /videoformat | findAllVideoFormat() | VideoFormatModule | GET | VideoFormat |
| (2) /videoformat | insertVideoFormat(videoformat) | VideoFormatModule | POST | VideoFormat |
| (3) /videoformat/{id} | updateVideoFormatById(videoformat) | VideoFormatModule | PUT | VideoFormat |
| (4) /videoformat/{id} | deleteVideoFormatById(id) | VideoFormatModule | DELETE | VideoFormat |
| (5) /videoformat/{id} | findVideoFormatById(id) | VideoFormatModule | GET | VideoFormat |
| (6) /titlevideoformat/videoformat/{id} | findAllTitleVideoFormatOfVideoFormat(id) | VideoFormatModule | GET | VideoFormat TitleVideoFormat |
Example:
final VideoFormat videoformat = (VideoFormat) invokeModule(VIDEO_FORMAT_MODULE + "/videoformat/" + id, VideoFormat.class);| Contact | Donate | Imprint |