| Contact | Donate | Imprint |
| SatelliteBatch | SatelliteBatchModule | Starlink |
| Property | Type | Entity | Reference | Module |
| (1) BatchName | STRING | SatelliteBatch | ||
| (2) LaunchDate | DATE | SatelliteBatch | ||
| (3) LaunchSite | STRING | SatelliteBatch | ||
| (4) LaunchVehicle | STRING | SatelliteBatch | ||
| (5) Notes | STRING | SatelliteBatch | ||
| (6) NumberOfSatellites | INT | SatelliteBatch |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /satellitebatch | insertSatelliteBatch(satellitebatch) | SatelliteBatchModule | POST | SatelliteBatch |
| (2) /satellitebatch/{id} | findSatelliteBatchById(id) | SatelliteBatchModule | GET | SatelliteBatch |
| (3) /satellitebatch/{id} | updateSatelliteBatchById(satellitebatch) | SatelliteBatchModule | PUT | SatelliteBatch |
| (4) /satellitebatch | findAllSatelliteBatch() | SatelliteBatchModule | GET | SatelliteBatch |
| (5) /regulatoryapprovalsatellitebatch/satellitebatch/{id} | findAllRegulatoryApprovalSatelliteBatchOfSatelliteBatch(id) | SatelliteBatchModule | GET | SatelliteBatch RegulatoryApprovalSatelliteBatch |
| (6) /satellitebatch/{id} | deleteSatelliteBatchById(id) | SatelliteBatchModule | DELETE | SatelliteBatch |
| (7) /satellite/satellitebatch/{id} | findAllSatelliteOfSatelliteBatch(id) | SatelliteModule | GET | SatelliteBatch Satellite |
Example:
final SatelliteBatch satellitebatch = (SatelliteBatch) invokeModule(SATELLITE_BATCH_MODULE + "/satellitebatch/" + id, SatelliteBatch.class);| Contact | Donate | Imprint |