| Contact | Donate | Imprint |
| TitleVideoFormat | VideoFormatModule | AmazonPrimeVideo |
| Property | Type | Entity | Reference | Module |
| (1) Title | LONG | TitleVideoFormat | Title | TitleModule |
| (2) VideoFormat | LONG | TitleVideoFormat | VideoFormat | VideoFormatModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /titlevideoformat/{id} | updateTitleVideoFormatById(titlevideoformat) | VideoFormatModule | PUT | TitleVideoFormat |
| (2) /titlevideoformat/title/{id} | findAllTitleVideoFormatOfTitle(id) | VideoFormatModule | GET | Title TitleVideoFormat |
| (3) /titlevideoformat/{id} | deleteTitleVideoFormatById(id) | VideoFormatModule | DELETE | TitleVideoFormat |
| (4) /titlevideoformat | findAllTitleVideoFormat() | VideoFormatModule | GET | TitleVideoFormat |
| (5) /titlevideoformat | insertTitleVideoFormat(titlevideoformat) | VideoFormatModule | POST | TitleVideoFormat |
| (6) /titlevideoformat/{id} | findTitleVideoFormatById(id) | VideoFormatModule | GET | TitleVideoFormat |
| (7) /titlevideoformat/videoformat/{id} | findAllTitleVideoFormatOfVideoFormat(id) | VideoFormatModule | GET | VideoFormat TitleVideoFormat |
Example:
final TitleVideoFormat titlevideoformat = (TitleVideoFormat) invokeModule(VIDEO_FORMAT_MODULE + "/titlevideoformat/" + id, TitleVideoFormat.class);| Contact | Donate | Imprint |