| Contact | Donate | Imprint |
| Lawsuit | ContentTypeModule | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Court | STRING | Lawsuit | ||
| (2) Description | STRING | Lawsuit | ||
| (3) FilingDate | DATE | Lawsuit | ||
| (4) Name | STRING | Lawsuit | ||
| (5) Outcome | STRING | Lawsuit | ||
| (6) ResolutionDate | DATE | Lawsuit |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /lawsuit/{id} | deleteLawsuitById(id) | ContentTypeModule | DELETE | Lawsuit |
| (2) /lawsuit | findAllLawsuit() | ContentTypeModule | GET | Lawsuit |
| (3) /lawsuit/{id} | findLawsuitById(id) | ContentTypeModule | GET | Lawsuit |
| (4) /lawsuitparty/lawsuit/{id} | findAllLawsuitPartyOfLawsuit(id) | ContentTypeModule | GET | Lawsuit LawsuitParty |
| (5) /lawsuit/{id} | updateLawsuitById(lawsuit) | ContentTypeModule | PUT | Lawsuit |
| (6) /lawsuit | insertLawsuit(lawsuit) | ContentTypeModule | POST | Lawsuit |
Example:
final Lawsuit lawsuit = (Lawsuit) invokeModule(CONTENT_TYPE_MODULE + "/lawsuit/" + id, Lawsuit.class);| Contact | Donate | Imprint |