| Contact | Donate | Imprint |
| VehicleBatteryOption | VehicleModelModule | Tesla |
| Property | Type | Entity | Reference | Module |
| (1) BatteryPack | LONG | VehicleBatteryOption | BatteryPack | BatteryPackModule |
| (2) EndYear | INT | VehicleBatteryOption | ||
| (3) IsPerformanceVariant | BOOL | VehicleBatteryOption | ||
| (4) OptionName | STRING | VehicleBatteryOption | ||
| (5) RangeKm | INT | VehicleBatteryOption | ||
| (6) StartYear | INT | VehicleBatteryOption | ||
| (7) VehicleModel | LONG | VehicleBatteryOption | VehicleModel | VehicleModelModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /vehiclebatteryoption/vehiclemodel/{id} | findAllVehicleBatteryOptionOfVehicleModel(id) | VehicleModelModule | GET | VehicleModel VehicleBatteryOption |
| (2) /vehiclebatteryoption/{id} | updateVehicleBatteryOptionById(vehiclebatteryoption) | VehicleModelModule | PUT | VehicleBatteryOption |
| (3) /vehiclebatteryoption/{id} | findVehicleBatteryOptionById(id) | VehicleModelModule | GET | VehicleBatteryOption |
| (4) /vehiclebatteryoption | findAllVehicleBatteryOption() | VehicleModelModule | GET | VehicleBatteryOption |
| (5) /vehiclebatteryoption | insertVehicleBatteryOption(vehiclebatteryoption) | VehicleModelModule | POST | VehicleBatteryOption |
| (6) /vehiclebatteryoption/batterypack/{id} | findAllVehicleBatteryOptionOfBatteryPack(id) | VehicleModelModule | GET | BatteryPack VehicleBatteryOption |
| (7) /vehiclebatteryoption/{id} | deleteVehicleBatteryOptionById(id) | VehicleModelModule | DELETE | VehicleBatteryOption |
Example:
final VehicleBatteryOption vehiclebatteryoption = (VehicleBatteryOption) invokeModule(VEHICLE_MODEL_MODULE + "/vehiclebatteryoption/" + id, VehicleBatteryOption.class);| Contact | Donate | Imprint |