| Contact | Donate | Imprint |
| PortCall | SubscriptionPlanModule | MarineTraffic |
| Property | Type | Entity | Reference | Module |
| (1) ArrivalActualUtc | DATE | PortCall | ||
| (2) ArrivalEstimatedUtc | DATE | PortCall | ||
| (3) BerthName | STRING | PortCall | ||
| (4) DepartureActualUtc | DATE | PortCall | ||
| (5) DepartureEstimatedUtc | DATE | PortCall | ||
| (6) DraftArrival | STRING | PortCall | ||
| (7) DraftDeparture | STRING | PortCall | ||
| (8) Port | LONG | PortCall | Port | PortModule |
| (9) Reason | STRING | PortCall | ||
| (10) Route | LONG | PortCall | Route | PortModule |
| (11) Vessel | LONG | PortCall | Vessel | VesselModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /portcall | insertPortCall(portcall) | SubscriptionPlanModule | POST | PortCall |
| (2) /portcall/route/{id} | findAllPortCallOfRoute(id) | SubscriptionPlanModule | GET | Route PortCall |
| (3) /portcall/{id} | deletePortCallById(id) | SubscriptionPlanModule | DELETE | PortCall |
| (4) /portcall/{id} | updatePortCallById(portcall) | SubscriptionPlanModule | PUT | PortCall |
| (5) /portcall/vessel/{id} | findAllPortCallOfVessel(id) | SubscriptionPlanModule | GET | Vessel PortCall |
| (6) /portcall/{id} | findPortCallById(id) | SubscriptionPlanModule | GET | PortCall |
| (7) /portcall/port/{id} | findAllPortCallOfPort(id) | SubscriptionPlanModule | GET | Port PortCall |
| (8) /portcall | findAllPortCall() | SubscriptionPlanModule | GET | PortCall |
Example:
final PortCall portcall = (PortCall) invokeModule(SUBSCRIPTION_PLAN_MODULE + "/portcall/" + id, PortCall.class);| Contact | Donate | Imprint |