| Contact | Donate | Imprint |
| OrbitType | LaunchVehicleModule | Spaceports |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | OrbitType | ||
| (2) Name | STRING | OrbitType |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /orbittype | findAllOrbitType() | LaunchVehicleModule | GET | OrbitType |
| (2) /orbittype/{id} | deleteOrbitTypeById(id) | LaunchVehicleModule | DELETE | OrbitType |
| (3) /orbittype/{id} | findOrbitTypeById(id) | LaunchVehicleModule | GET | OrbitType |
| (4) /launch/orbittype/{id} | findAllLaunchOfOrbitType(id) | LaunchVehicleModule | GET | OrbitType Launch |
| (5) /orbittype | insertOrbitType(orbittype) | LaunchVehicleModule | POST | OrbitType |
| (6) /orbittype/{id} | updateOrbitTypeById(orbittype) | LaunchVehicleModule | PUT | OrbitType |
Example:
final OrbitType orbittype = (OrbitType) invokeModule(LAUNCH_VEHICLE_MODULE + "/orbittype/" + id, OrbitType.class);| Contact | Donate | Imprint |