| Contact | Donate | Imprint |
| ContentType | ContentTypeModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Name | STRING | ContentType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /contenttitle/contenttype/{id} | findAllContentTitleOfContentType(id) | ContentTitleModule | GET | ContentType ContentTitle |
| (2) /contenttype/{id} | findContentTypeById(id) | ContentTypeModule | GET | ContentType |
| (3) /contenttype | insertContentType(contenttype) | ContentTypeModule | POST | ContentType |
| (4) /contenttype/{id} | updateContentTypeById(contenttype) | ContentTypeModule | PUT | ContentType |
| (5) /contenttype/{id} | deleteContentTypeById(id) | ContentTypeModule | DELETE | ContentType |
| (6) /contenttype | findAllContentType() | ContentTypeModule | GET | ContentType |
Example:
final ContentType contenttype = (ContentType) invokeModule(CONTENT_TYPE_MODULE + "/contenttype/" + id, ContentType.class);| Contact | Donate | Imprint |