| Contact | Donate | Imprint |
| RouteWaypoint | SubscriptionPlanModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) EstimatedTimeUtc | DATE | RouteWaypoint | ||
| (2) Latitude | STRING | RouteWaypoint | ||
| (3) Longitude | STRING | RouteWaypoint | ||
| (4) Route | LONG | RouteWaypoint | Route | PortModule |
| (5) SequenceNumber | LONG | RouteWaypoint |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /routewaypoint/route/{id} | findAllRouteWaypointOfRoute(id) | SubscriptionPlanModule | GET | Route RouteWaypoint |
| (2) /routewaypoint | findAllRouteWaypoint() | SubscriptionPlanModule | GET | RouteWaypoint |
| (3) /routewaypoint/{id} | deleteRouteWaypointById(id) | SubscriptionPlanModule | DELETE | RouteWaypoint |
| (4) /routewaypoint/{id} | updateRouteWaypointById(routewaypoint) | SubscriptionPlanModule | PUT | RouteWaypoint |
| (5) /routewaypoint | insertRouteWaypoint(routewaypoint) | SubscriptionPlanModule | POST | RouteWaypoint |
| (6) /routewaypoint/{id} | findRouteWaypointById(id) | SubscriptionPlanModule | GET | RouteWaypoint |
Example:
final RouteWaypoint routewaypoint = (RouteWaypoint) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/routewaypoint/" + id, RouteWaypoint.class);| Contact | Donate | Imprint |