Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


3. LADE STATION MODULE (UI prompt)



Module Entities (5)

EntityAliasModuleGlobal Schema
(1) BetreiberBetreiberTankstelleModuleTankstellen
(2) FahrzeugTypFahrzeugTypLadeStationModuleTankstellen
(3) LadePunktLadePunktLadeStationModuleTankstellen
(4) LadeStationLadeStationLadeStationModuleTankstellen
(5) TankstelleTankstelleTankstelleModuleTankstellen

Module Interfaces (19)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /ladepunkt/{id}findLadePunktById(id)LadeStationModuleGETLadePunkt
(2) /fahrzeugtyp/{id}updateFahrzeugTypById(fahrzeugtyp)LadeStationModulePUTFahrzeugTyp
(3) /fahrzeugtypfindAllFahrzeugTyp()LadeStationModuleGETFahrzeugTyp
(4) /ladestation/{id}updateLadeStationById(ladestation)LadeStationModulePUTLadeStation
(5) /ladestationinsertLadeStation(ladestation)LadeStationModulePOSTLadeStation
(6) /ladestation/{id}findLadeStationById(id)LadeStationModuleGETLadeStation
(7) /ladestation/{id}deleteLadeStationById(id)LadeStationModuleDELETELadeStation
(8) /fahrzeugtyp/{id}findFahrzeugTypById(id)LadeStationModuleGETFahrzeugTyp
(9) /ladepunktinsertLadePunkt(ladepunkt)LadeStationModulePOSTLadePunkt
(10) /ladepunkt/{id}updateLadePunktById(ladepunkt)LadeStationModulePUTLadePunkt
(11) /fahrzeugtyp/{id}deleteFahrzeugTypById(id)LadeStationModuleDELETEFahrzeugTyp
(12) /ladepunkt/fahrzeugtyp/{id}findAllLadePunktOfFahrzeugTyp(id)LadeStationModuleGETFahrzeugTyp LadePunkt
(13) /ladestation/tankstelle/{id}findAllLadeStationOfTankstelle(id)LadeStationModuleGETTankstelle LadeStation
(14) /ladestation/betreibername/{id}findAllLadeStationOfBetreiberName(id)LadeStationModuleGETBetreiber LadeStation
(15) /ladepunktfindAllLadePunkt()LadeStationModuleGETLadePunkt
(16) /fahrzeugtypinsertFahrzeugTyp(fahrzeugtyp)LadeStationModulePOSTFahrzeugTyp
(17) /ladepunkt/{id}deleteLadePunktById(id)LadeStationModuleDELETELadePunkt
(18) /ladestationfindAllLadeStation()LadeStationModuleGETLadeStation
(19) /ladepunkt/ladestation/{id}findAllLadePunktOfLadeStation(id)LadeStationModuleGETLadeStation LadePunkt






3.1 FAHRZEUG TYP


FahrzeugTypLadeStationModuleTankstellen

Properties (2)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGFahrzeugTyp
(2) CodeSTRINGFahrzeugTyp





3.2 LADE PUNKT


LadePunktLadeStationModuleTankstellen

Properties (5)

PropertyTypeEntityReferenceModule
(1) FahrzeugTypLONGLadePunktFahrzeugTypLadeStationModule
(2) Ist24hZugaenglichBOOLLadePunkt
(3) LadeStationLONGLadePunktLadeStationLadeStationModule
(4) MaxLeistungKwSTRINGLadePunkt
(5) SteckerTypSTRINGLadePunkt





3.3 LADE STATION


LadeStationLadeStationModuleTankstellen

Properties (5)

PropertyTypeEntityReferenceModule
(1) BackendSystemSTRINGLadeStation
(2) BetreiberNameSTRINGLadeStationBetreiberTankstelleModule
(3) MaxGesamtleistungKwSTRINGLadeStation
(4) NameSTRINGLadeStation
(5) TankstelleLONGLadeStationTankstelleTankstelleModule





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum