| Services | Contact | Donate | About | Imprint |
| Alliance | AllianceModule | Airlines |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | Alliance | ||
| (2) FoundedYear | LONG | Alliance | ||
| (3) Name | STRING | Alliance |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /alliance/{id} | findAllianceById(id) | AllianceModule | GET | Alliance |
| (2) /alliance | findAllAlliance() | AllianceModule | GET | Alliance |
| (3) /airlinealliance/alliance/{id} | findAllAirlineAllianceOfAlliance(id) | AllianceModule | GET | Alliance AirlineAlliance |
| (4) /alliance | insertAlliance(alliance) | AllianceModule | POST | Alliance |
| (5) /alliance/{id} | updateAllianceById(alliance) | AllianceModule | PUT | Alliance |
| (6) /alliance/{id} | deleteAllianceById(id) | AllianceModule | DELETE | Alliance |
Example:
final Alliance alliance = (Alliance) invokeModule(ALLIANCE_MODULE + "/alliance/" + id, Alliance.class);| Services | Contact | Donate | About | Imprint |