| Contact | Donate | Imprint |
| Inspection | ExchangeModule | Nasdaq |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Inspection | ||
| (2) Exchange | INT | Inspection | Exchange | ExchangeModule |
| (3) InspectionDate | DATE | Inspection | ||
| (4) IsAntitrustRelated | BOOL | Inspection | ||
| (5) Regulator | INT | Inspection | Regulator | RegulatorModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /inspection/{id} | updateInspectionById(inspection) | ExchangeModule | PUT | Inspection |
| (2) /inspection/regulator/{id} | findAllInspectionOfRegulator(id) | ExchangeModule | GET | Regulator Inspection |
| (3) /inspection | findAllInspection() | ExchangeModule | GET | Inspection |
| (4) /inspection | insertInspection(inspection) | ExchangeModule | POST | Inspection |
| (5) /inspection/{id} | deleteInspectionById(id) | ExchangeModule | DELETE | Inspection |
| (6) /inspection/exchange/{id} | findAllInspectionOfExchange(id) | ExchangeModule | GET | Exchange Inspection |
| (7) /inspection/{id} | findInspectionById(id) | ExchangeModule | GET | Inspection |
Example:
final Inspection inspection = (Inspection) invokeModule(EXCHANGE_MODULE + "/inspection/" + id, Inspection.class);| Contact | Donate | Imprint |