| Contact | Donate | Imprint |
| MilitaryBranch | CountryModule | ZeppelinFlight |
| Property | Type | Entity | Reference | Module |
| (1) BranchType | STRING | MilitaryBranch | ||
| (2) Country | INT | MilitaryBranch | Country | CountryModule |
| (3) Name | STRING | MilitaryBranch |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /militarybranch/country/{id} | findAllMilitaryBranchOfCountry(id) | CountryModule | GET | Country MilitaryBranch |
| (2) /militarybranch/{id} | updateMilitaryBranchById(militarybranch) | CountryModule | PUT | MilitaryBranch |
| (3) /militarybranch/{id} | findMilitaryBranchById(id) | CountryModule | GET | MilitaryBranch |
| (4) /militarybranch | insertMilitaryBranch(militarybranch) | CountryModule | POST | MilitaryBranch |
| (5) /militarybranch | findAllMilitaryBranch() | CountryModule | GET | MilitaryBranch |
| (6) /militarybranch/{id} | deleteMilitaryBranchById(id) | CountryModule | DELETE | MilitaryBranch |
| (7) /mission/militarybranch/{id} | findAllMissionOfMilitaryBranch(id) | MissionModule | GET | MilitaryBranch Mission |
Example:
final MilitaryBranch militarybranch = (MilitaryBranch) invokeModule(COUNTRY_MODULE + "/militarybranch/" + id, MilitaryBranch.class);| Contact | Donate | Imprint |