| Contact | Donate | Imprint |
| Notification | FleetModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) AlertEvent | LONG | Notification | AlertEvent | PortModule |
| (2) Body | STRING | Notification | ||
| (3) Channel | STRING | Notification | ||
| (4) DeliveryStatus | STRING | Notification | ||
| (5) ErrorMessage | STRING | Notification | ||
| (6) SentUtc | DATE | Notification | ||
| (7) Subject | STRING | Notification | ||
| (8) UserAccount | LONG | Notification | UserAccount | UserAccountModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /notification | findAllNotification() | FleetModule | GET | Notification |
| (2) /notification/useraccount/{id} | findAllNotificationOfUserAccount(id) | FleetModule | GET | UserAccount Notification |
| (3) /notification/{id} | updateNotificationById(notification) | FleetModule | PUT | Notification |
| (4) /notification/{id} | findNotificationById(id) | FleetModule | GET | Notification |
| (5) /notification | insertNotification(notification) | FleetModule | POST | Notification |
| (6) /notification/alertevent/{id} | findAllNotificationOfAlertEvent(id) | FleetModule | GET | AlertEvent Notification |
| (7) /notification/{id} | deleteNotificationById(id) | FleetModule | DELETE | Notification |
Example:
final Notification notification = (Notification) invokeModule(FLEET_MODULE + "/notification/" + id, Notification.class);| Contact | Donate | Imprint |