| Contact | Donate | Imprint |
| AccidentInvestigation | AccidentModule | Waymo |
| Property | Type | Entity | Reference | Module |
| (1) Accident | INT | AccidentInvestigation | Accident | AccidentModule |
| (2) Investigation | INT | AccidentInvestigation | Investigation | CompanyModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /accidentinvestigation/accident/{id} | findAllAccidentInvestigationOfAccident(id) | AccidentModule | GET | Accident AccidentInvestigation |
| (2) /accidentinvestigation/{id} | deleteAccidentInvestigationById(id) | AccidentModule | DELETE | AccidentInvestigation |
| (3) /accidentinvestigation/{id} | findAccidentInvestigationById(id) | AccidentModule | GET | AccidentInvestigation |
| (4) /accidentinvestigation | insertAccidentInvestigation(accidentinvestigation) | AccidentModule | POST | AccidentInvestigation |
| (5) /accidentinvestigation/investigation/{id} | findAllAccidentInvestigationOfInvestigation(id) | AccidentModule | GET | Investigation AccidentInvestigation |
| (6) /accidentinvestigation | findAllAccidentInvestigation() | AccidentModule | GET | AccidentInvestigation |
| (7) /accidentinvestigation/{id} | updateAccidentInvestigationById(accidentinvestigation) | AccidentModule | PUT | AccidentInvestigation |
Example:
final AccidentInvestigation accidentinvestigation = (AccidentInvestigation) invokeModule(ACCIDENT_MODULE + "/accidentinvestigation/" + id, AccidentInvestigation.class);| Contact | Donate | Imprint |