| Contact | Donate | Imprint |
| BatteryCellFormat | BatteryPackModule | Tesla |
| Property | Type | Entity | Reference | Module |
| (1) Description | STRING | BatteryCellFormat | ||
| (2) DiameterMm | DOUBLE | BatteryCellFormat | ||
| (3) FormatName | STRING | BatteryCellFormat | ||
| (4) LengthMm | DOUBLE | BatteryCellFormat |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /batterycellformat/{id} | deleteBatteryCellFormatById(id) | BatteryPackModule | DELETE | BatteryCellFormat |
| (2) /batterycellformat/{id} | findBatteryCellFormatById(id) | BatteryPackModule | GET | BatteryCellFormat |
| (3) /batterycellformat | insertBatteryCellFormat(batterycellformat) | BatteryPackModule | POST | BatteryCellFormat |
| (4) /batterycellformat/{id} | updateBatteryCellFormatById(batterycellformat) | BatteryPackModule | PUT | BatteryCellFormat |
| (5) /batterypack/batterycellformat/{id} | findAllBatteryPackOfBatteryCellFormat(id) | BatteryPackModule | GET | BatteryCellFormat BatteryPack |
| (6) /batterycellformat | findAllBatteryCellFormat() | BatteryPackModule | GET | BatteryCellFormat |
Example:
final BatteryCellFormat batterycellformat = (BatteryCellFormat) invokeModule(BATTERY_PACK_MODULE + "/batterycellformat/" + id, BatteryCellFormat.class);| Contact | Donate | Imprint |