| Contact | Donate | Imprint |
| TrafficStatistic | Module | Netflix |
| Property | Type | Entity | Reference | Module |
| (1) Country | LONG | TrafficStatistic | Country | CountryModule |
| (2) Notes | STRING | TrafficStatistic | ||
| (3) RankGlobal | LONG | TrafficStatistic | ||
| (4) ServiceSupply | LONG | TrafficStatistic | ServiceSupply | Module |
| (5) TrafficSharePercent | STRING | TrafficStatistic | ||
| (6) Year | LONG | TrafficStatistic |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /trafficstatistic/country/{id} | findAllTrafficStatisticOfCountry(id) | Module | GET | Country TrafficStatistic |
| (2) /trafficstatistic/{id} | findTrafficStatisticById(id) | Module | GET | TrafficStatistic |
| (3) /trafficstatistic/{id} | deleteTrafficStatisticById(id) | Module | DELETE | TrafficStatistic |
| (4) /trafficstatistic | insertTrafficStatistic(trafficstatistic) | Module | POST | TrafficStatistic |
| (5) /trafficstatistic/{id} | updateTrafficStatisticById(trafficstatistic) | Module | PUT | TrafficStatistic |
| (6) /trafficstatistic | findAllTrafficStatistic() | Module | GET | TrafficStatistic |
| (7) /trafficstatistic/servicesupply/{id} | findAllTrafficStatisticOfServiceSupply(id) | Module | GET | ServiceSupply TrafficStatistic |
Example:
final TrafficStatistic trafficstatistic = (TrafficStatistic) invokeModule(MODULE + "/trafficstatistic/" + id, TrafficStatistic.class);| Contact | Donate | Imprint |