Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
1. KraftstoffArtModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/gasspeicher/{id}
deleteGasSpeicherById(id)
KraftstoffArtModule
DELETE
GasSpeicher
(2)
/gasspeicher/tankstelle/{id}
findAllGasSpeicherOfTankstelle(id)
KraftstoffArtModule
GET
Tankstelle
GasSpeicher
(3)
/kraftstoffpreis/{id}
findKraftstoffPreisById(id)
KraftstoffArtModule
GET
KraftstoffPreis
(4)
/gasspeicher
findAllGasSpeicher()
KraftstoffArtModule
GET
GasSpeicher
(5)
/gasspeicher/kraftstoffart/{id}
findAllGasSpeicherOfKraftstoffArt(id)
KraftstoffArtModule
GET
KraftstoffArt
GasSpeicher
(6)
/kraftstoffpreis/{id}
updateKraftstoffPreisById(kraftstoffpreis)
KraftstoffArtModule
PUT
KraftstoffPreis
(7)
/kraftstoffart
insertKraftstoffArt(kraftstoffart)
KraftstoffArtModule
POST
KraftstoffArt
(8)
/gasspeicher
insertGasSpeicher(gasspeicher)
KraftstoffArtModule
POST
GasSpeicher
(9)
/kraftstoffpreis/tankstelle/{id}
findAllKraftstoffPreisOfTankstelle(id)
KraftstoffArtModule
GET
Tankstelle
KraftstoffPreis
(10)
/kraftstoffpreis/{id}
deleteKraftstoffPreisById(id)
KraftstoffArtModule
DELETE
KraftstoffPreis
(11)
/kraftstoffpreis/kraftstoffart/{id}
findAllKraftstoffPreisOfKraftstoffArt(id)
KraftstoffArtModule
GET
KraftstoffArt
KraftstoffPreis
(12)
/gasspeicher/{id}
findGasSpeicherById(id)
KraftstoffArtModule
GET
GasSpeicher
(13)
/kraftstoffart/{id}
deleteKraftstoffArtById(id)
KraftstoffArtModule
DELETE
KraftstoffArt
(14)
/kraftstoffart
findAllKraftstoffArt()
KraftstoffArtModule
GET
KraftstoffArt
(15)
/kraftstoffpreis
insertKraftstoffPreis(kraftstoffpreis)
KraftstoffArtModule
POST
KraftstoffPreis
(16)
/kraftstoffart/{id}
findKraftstoffArtById(id)
KraftstoffArtModule
GET
KraftstoffArt
(17)
/kraftstoffpreis
findAllKraftstoffPreis()
KraftstoffArtModule
GET
KraftstoffPreis
(18)
/gasspeicher/{id}
updateGasSpeicherById(gasspeicher)
KraftstoffArtModule
PUT
GasSpeicher
(19)
/kraftstoffart/{id}
updateKraftstoffArtById(kraftstoffart)
KraftstoffArtModule
PUT
KraftstoffArt
2. KundenSegmentModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/kundensegment/{id}
updateKundenSegmentById(kundensegment)
KundenSegmentModule
PUT
KundenSegment
(2)
/kundensegment/{id}
findKundenSegmentById(id)
KundenSegmentModule
GET
KundenSegment
(3)
/tankstellekundensegment
insertTankstelleKundenSegment(tankstellekundensegment)
KundenSegmentModule
POST
TankstelleKundenSegment
(4)
/kundensegment/{id}
deleteKundenSegmentById(id)
KundenSegmentModule
DELETE
KundenSegment
(5)
/oeffnungszeit/{id}
updateOeffnungsZeitById(oeffnungszeit)
KundenSegmentModule
PUT
OeffnungsZeit
(6)
/tankstellekundensegment/{id}
deleteTankstelleKundenSegmentById(id)
KundenSegmentModule
DELETE
TankstelleKundenSegment
(7)
/oeffnungszeit/tankstelle/{id}
findAllOeffnungsZeitOfTankstelle(id)
KundenSegmentModule
GET
Tankstelle
OeffnungsZeit
(8)
/oeffnungszeit
findAllOeffnungsZeit()
KundenSegmentModule
GET
OeffnungsZeit
(9)
/tankstellekundensegment/{id}
updateTankstelleKundenSegmentById(tankstellekundensegment)
KundenSegmentModule
PUT
TankstelleKundenSegment
(10)
/tankstellekundensegment/{id}
findTankstelleKundenSegmentById(id)
KundenSegmentModule
GET
TankstelleKundenSegment
(11)
/oeffnungszeit/{id}
deleteOeffnungsZeitById(id)
KundenSegmentModule
DELETE
OeffnungsZeit
(12)
/tankstellekundensegment/tankstelle/{id}
findAllTankstelleKundenSegmentOfTankstelle(id)
KundenSegmentModule
GET
Tankstelle
TankstelleKundenSegment
(13)
/oeffnungszeit
insertOeffnungsZeit(oeffnungszeit)
KundenSegmentModule
POST
OeffnungsZeit
(14)
/kundensegment
insertKundenSegment(kundensegment)
KundenSegmentModule
POST
KundenSegment
(15)
/tankstellekundensegment/kundensegment/{id}
findAllTankstelleKundenSegmentOfKundenSegment(id)
KundenSegmentModule
GET
KundenSegment
TankstelleKundenSegment
(16)
/oeffnungszeit/{id}
findOeffnungsZeitById(id)
KundenSegmentModule
GET
OeffnungsZeit
(17)
/kundensegment
findAllKundenSegment()
KundenSegmentModule
GET
KundenSegment
(18)
/tankstellekundensegment
findAllTankstelleKundenSegment()
KundenSegmentModule
GET
TankstelleKundenSegment
3. LadeStationModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/ladepunkt/{id}
findLadePunktById(id)
LadeStationModule
GET
LadePunkt
(2)
/fahrzeugtyp/{id}
updateFahrzeugTypById(fahrzeugtyp)
LadeStationModule
PUT
FahrzeugTyp
(3)
/fahrzeugtyp
findAllFahrzeugTyp()
LadeStationModule
GET
FahrzeugTyp
(4)
/ladestation/{id}
updateLadeStationById(ladestation)
LadeStationModule
PUT
LadeStation
(5)
/ladestation
insertLadeStation(ladestation)
LadeStationModule
POST
LadeStation
(6)
/ladestation/{id}
findLadeStationById(id)
LadeStationModule
GET
LadeStation
(7)
/ladestation/{id}
deleteLadeStationById(id)
LadeStationModule
DELETE
LadeStation
(8)
/fahrzeugtyp/{id}
findFahrzeugTypById(id)
LadeStationModule
GET
FahrzeugTyp
(9)
/ladepunkt
insertLadePunkt(ladepunkt)
LadeStationModule
POST
LadePunkt
(10)
/ladepunkt/{id}
updateLadePunktById(ladepunkt)
LadeStationModule
PUT
LadePunkt
(11)
/fahrzeugtyp/{id}
deleteFahrzeugTypById(id)
LadeStationModule
DELETE
FahrzeugTyp
(12)
/ladepunkt/fahrzeugtyp/{id}
findAllLadePunktOfFahrzeugTyp(id)
LadeStationModule
GET
FahrzeugTyp
LadePunkt
(13)
/ladestation/tankstelle/{id}
findAllLadeStationOfTankstelle(id)
LadeStationModule
GET
Tankstelle
LadeStation
(14)
/ladestation/betreibername/{id}
findAllLadeStationOfBetreiberName(id)
LadeStationModule
GET
Betreiber
LadeStation
(15)
/ladepunkt
findAllLadePunkt()
LadeStationModule
GET
LadePunkt
(16)
/fahrzeugtyp
insertFahrzeugTyp(fahrzeugtyp)
LadeStationModule
POST
FahrzeugTyp
(17)
/ladepunkt/{id}
deleteLadePunktById(id)
LadeStationModule
DELETE
LadePunkt
(18)
/ladestation
findAllLadeStation()
LadeStationModule
GET
LadeStation
(19)
/ladepunkt/ladestation/{id}
findAllLadePunktOfLadeStation(id)
LadeStationModule
GET
LadeStation
LadePunkt
4. MarkeModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/marke
insertMarke(marke)
MarkeModule
POST
Marke
(2)
/tankstelleservice/tankstelle/{id}
findAllTankstelleServiceOfTankstelle(id)
MarkeModule
GET
Tankstelle
TankstelleService
(3)
/serviceart
insertServiceArt(serviceart)
MarkeModule
POST
ServiceArt
(4)
/marke
findAllMarke()
MarkeModule
GET
Marke
(5)
/tankstelleservice/{id}
findTankstelleServiceById(id)
MarkeModule
GET
TankstelleService
(6)
/serviceart/{id}
deleteServiceArtById(id)
MarkeModule
DELETE
ServiceArt
(7)
/marke/{id}
updateMarkeById(marke)
MarkeModule
PUT
Marke
(8)
/tankstelleservice
insertTankstelleService(tankstelleservice)
MarkeModule
POST
TankstelleService
(9)
/tankstelleservice
findAllTankstelleService()
MarkeModule
GET
TankstelleService
(10)
/marke/{id}
findMarkeById(id)
MarkeModule
GET
Marke
(11)
/serviceart/{id}
updateServiceArtById(serviceart)
MarkeModule
PUT
ServiceArt
(12)
/marke/{id}
deleteMarkeById(id)
MarkeModule
DELETE
Marke
(13)
/tankstelleservice/serviceart/{id}
findAllTankstelleServiceOfServiceArt(id)
MarkeModule
GET
ServiceArt
TankstelleService
(14)
/tankstelleservice/{id}
deleteTankstelleServiceById(id)
MarkeModule
DELETE
TankstelleService
(15)
/serviceart/{id}
findServiceArtById(id)
MarkeModule
GET
ServiceArt
(16)
/tankstelleservice/{id}
updateTankstelleServiceById(tankstelleservice)
MarkeModule
PUT
TankstelleService
(17)
/serviceart
findAllServiceArt()
MarkeModule
GET
ServiceArt
5. ShopProduktKategorieModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/tankstellezahlungsoption/zahlungsart/{id}
findAllTankstelleZahlungsOptionOfZahlungsArt(id)
ShopProduktKategorieModule
GET
ZahlungsArt
TankstelleZahlungsOption
(2)
/shopproduktkategorie
findAllShopProduktKategorie()
ShopProduktKategorieModule
GET
ShopProduktKategorie
(3)
/tankstellezahlungsoption/{id}
deleteTankstelleZahlungsOptionById(id)
ShopProduktKategorieModule
DELETE
TankstelleZahlungsOption
(4)
/shopproduktkategorie/{id}
findShopProduktKategorieById(id)
ShopProduktKategorieModule
GET
ShopProduktKategorie
(5)
/tankstellezahlungsoption
findAllTankstelleZahlungsOption()
ShopProduktKategorieModule
GET
TankstelleZahlungsOption
(6)
/shopproduktkategorie/{id}
deleteShopProduktKategorieById(id)
ShopProduktKategorieModule
DELETE
ShopProduktKategorie
(7)
/zahlungsart/{id}
updateZahlungsArtById(zahlungsart)
ShopProduktKategorieModule
PUT
ZahlungsArt
(8)
/tankstellezahlungsoption/tankstelle/{id}
findAllTankstelleZahlungsOptionOfTankstelle(id)
ShopProduktKategorieModule
GET
Tankstelle
TankstelleZahlungsOption
(9)
/shopproduktkategorie
insertShopProduktKategorie(shopproduktkategorie)
ShopProduktKategorieModule
POST
ShopProduktKategorie
(10)
/tankstellezahlungsoption/{id}
updateTankstelleZahlungsOptionById(tankstellezahlungsoption)
ShopProduktKategorieModule
PUT
TankstelleZahlungsOption
(11)
/tankstellezahlungsoption/{id}
findTankstelleZahlungsOptionById(id)
ShopProduktKategorieModule
GET
TankstelleZahlungsOption
(12)
/tankstellezahlungsoption
insertTankstelleZahlungsOption(tankstellezahlungsoption)
ShopProduktKategorieModule
POST
TankstelleZahlungsOption
(13)
/zahlungsart
findAllZahlungsArt()
ShopProduktKategorieModule
GET
ZahlungsArt
(14)
/zahlungsart/{id}
findZahlungsArtById(id)
ShopProduktKategorieModule
GET
ZahlungsArt
(15)
/zahlungsart/{id}
deleteZahlungsArtById(id)
ShopProduktKategorieModule
DELETE
ZahlungsArt
(16)
/zahlungsart
insertZahlungsArt(zahlungsart)
ShopProduktKategorieModule
POST
ZahlungsArt
(17)
/shopproduktkategorie/{id}
updateShopProduktKategorieById(shopproduktkategorie)
ShopProduktKategorieModule
PUT
ShopProduktKategorie
6. ShopModule - API (20)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/shopprodukt
insertShopProdukt(shopprodukt)
ShopModule
POST
ShopProdukt
(2)
/shopproduktpreis/shop/{id}
findAllShopProduktPreisOfShop(id)
ShopModule
GET
Shop
ShopProduktPreis
(3)
/shopprodukt
findAllShopProdukt()
ShopModule
GET
ShopProdukt
(4)
/shopproduktpreis
findAllShopProduktPreis()
ShopModule
GET
ShopProduktPreis
(5)
/shopprodukt/{id}
updateShopProduktById(shopprodukt)
ShopModule
PUT
ShopProdukt
(6)
/shop/{id}
deleteShopById(id)
ShopModule
DELETE
Shop
(7)
/shop/{id}
updateShopById(shop)
ShopModule
PUT
Shop
(8)
/shopprodukt/{id}
deleteShopProduktById(id)
ShopModule
DELETE
ShopProdukt
(9)
/shopproduktpreis/{id}
findShopProduktPreisById(id)
ShopModule
GET
ShopProduktPreis
(10)
/shopprodukt/markenname/{id}
findAllShopProduktOfMarkenName(id)
ShopModule
GET
Marke
ShopProdukt
(11)
/shopprodukt/{id}
findShopProduktById(id)
ShopModule
GET
ShopProdukt
(12)
/shop
findAllShop()
ShopModule
GET
Shop
(13)
/shopproduktpreis/{id}
updateShopProduktPreisById(shopproduktpreis)
ShopModule
PUT
ShopProduktPreis
(14)
/shopproduktpreis/{id}
deleteShopProduktPreisById(id)
ShopModule
DELETE
ShopProduktPreis
(15)
/shop/{id}
findShopById(id)
ShopModule
GET
Shop
(16)
/shop
insertShop(shop)
ShopModule
POST
Shop
(17)
/shop/tankstelle/{id}
findAllShopOfTankstelle(id)
ShopModule
GET
Tankstelle
Shop
(18)
/shopprodukt/shopproduktkategorie/{id}
findAllShopProduktOfShopProduktKategorie(id)
ShopModule
GET
ShopProduktKategorie
ShopProdukt
(19)
/shopproduktpreis
insertShopProduktPreis(shopproduktpreis)
ShopModule
POST
ShopProduktPreis
(20)
/shopproduktpreis/shopprodukt/{id}
findAllShopProduktPreisOfShopProdukt(id)
ShopModule
GET
ShopProdukt
ShopProduktPreis
7. StandortModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/regelung/{id}
findRegelungById(id)
StandortModule
GET
Regelung
(2)
/tankstelleregelung
findAllTankstelleRegelung()
StandortModule
GET
TankstelleRegelung
(3)
/tankstelleregelung
insertTankstelleRegelung(tankstelleregelung)
StandortModule
POST
TankstelleRegelung
(4)
/regelung/{id}
updateRegelungById(regelung)
StandortModule
PUT
Regelung
(5)
/standort
insertStandort(standort)
StandortModule
POST
Standort
(6)
/standort/{id}
deleteStandortById(id)
StandortModule
DELETE
Standort
(7)
/regelung
findAllRegelung()
StandortModule
GET
Regelung
(8)
/regelung/{id}
deleteRegelungById(id)
StandortModule
DELETE
Regelung
(9)
/tankstelleregelung/{id}
updateTankstelleRegelungById(tankstelleregelung)
StandortModule
PUT
TankstelleRegelung
(10)
/standort/{id}
findStandortById(id)
StandortModule
GET
Standort
(11)
/tankstelleregelung/{id}
findTankstelleRegelungById(id)
StandortModule
GET
TankstelleRegelung
(12)
/tankstelleregelung/{id}
deleteTankstelleRegelungById(id)
StandortModule
DELETE
TankstelleRegelung
(13)
/tankstelleregelung/regelung/{id}
findAllTankstelleRegelungOfRegelung(id)
StandortModule
GET
Regelung
TankstelleRegelung
(14)
/standort
findAllStandort()
StandortModule
GET
Standort
(15)
/tankstelleregelung/tankstelle/{id}
findAllTankstelleRegelungOfTankstelle(id)
StandortModule
GET
Tankstelle
TankstelleRegelung
(16)
/regelung
insertRegelung(regelung)
StandortModule
POST
Regelung
(17)
/standort/{id}
updateStandortById(standort)
StandortModule
PUT
Standort
8. TankstellenTypModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/tankstelleumweltmassnahme/tankstelle/{id}
findAllTankstelleUmweltMassnahmeOfTankstelle(id)
TankstellenTypModule
GET
Tankstelle
TankstelleUmweltMassnahme
(2)
/tankstelleumweltmassnahme
insertTankstelleUmweltMassnahme(tankstelleumweltmassnahme)
TankstellenTypModule
POST
TankstelleUmweltMassnahme
(3)
/tankstellentyp
findAllTankstellenTyp()
TankstellenTypModule
GET
TankstellenTyp
(4)
/tankstelleumweltmassnahme/{id}
updateTankstelleUmweltMassnahmeById(tankstelleumweltmassnahme)
TankstellenTypModule
PUT
TankstelleUmweltMassnahme
(5)
/tankstellentyp
insertTankstellenTyp(tankstellentyp)
TankstellenTypModule
POST
TankstellenTyp
(6)
/umweltmassnahme/{id}
findUmweltMassnahmeById(id)
TankstellenTypModule
GET
UmweltMassnahme
(7)
/tankstellentyp/{id}
deleteTankstellenTypById(id)
TankstellenTypModule
DELETE
TankstellenTyp
(8)
/umweltmassnahme
findAllUmweltMassnahme()
TankstellenTypModule
GET
UmweltMassnahme
(9)
/tankstelleumweltmassnahme/{id}
findTankstelleUmweltMassnahmeById(id)
TankstellenTypModule
GET
TankstelleUmweltMassnahme
(10)
/tankstelleumweltmassnahme/umweltmassnahme/{id}
findAllTankstelleUmweltMassnahmeOfUmweltMassnahme(id)
TankstellenTypModule
GET
UmweltMassnahme
TankstelleUmweltMassnahme
(11)
/tankstelleumweltmassnahme/{id}
deleteTankstelleUmweltMassnahmeById(id)
TankstellenTypModule
DELETE
TankstelleUmweltMassnahme
(12)
/tankstelleumweltmassnahme
findAllTankstelleUmweltMassnahme()
TankstellenTypModule
GET
TankstelleUmweltMassnahme
(13)
/umweltmassnahme/{id}
updateUmweltMassnahmeById(umweltmassnahme)
TankstellenTypModule
PUT
UmweltMassnahme
(14)
/tankstellentyp/{id}
updateTankstellenTypById(tankstellentyp)
TankstellenTypModule
PUT
TankstellenTyp
(15)
/umweltmassnahme/{id}
deleteUmweltMassnahmeById(id)
TankstellenTypModule
DELETE
UmweltMassnahme
(16)
/umweltmassnahme
insertUmweltMassnahme(umweltmassnahme)
TankstellenTypModule
POST
UmweltMassnahme
(17)
/tankstellentyp/{id}
findTankstellenTypById(id)
TankstellenTypModule
GET
TankstellenTyp
9. TankstelleModule - API (20)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/betreiber/{id}
findBetreiberById(id)
TankstelleModule
GET
Betreiber
(2)
/betreiber
insertBetreiber(betreiber)
TankstelleModule
POST
Betreiber
(3)
/tankstelle/{id}
findTankstelleById(id)
TankstelleModule
GET
Tankstelle
(4)
/waschanlage/tankstelle/{id}
findAllWaschAnlageOfTankstelle(id)
TankstelleModule
GET
Tankstelle
WaschAnlage
(5)
/tankstelle
insertTankstelle(tankstelle)
TankstelleModule
POST
Tankstelle
(6)
/tankstelle
findAllTankstelle()
TankstelleModule
GET
Tankstelle
(7)
/tankstelle/betreiber/{id}
findAllTankstelleOfBetreiber(id)
TankstelleModule
GET
Betreiber
Tankstelle
(8)
/betreiber/{id}
updateBetreiberById(betreiber)
TankstelleModule
PUT
Betreiber
(9)
/waschanlage/{id}
deleteWaschAnlageById(id)
TankstelleModule
DELETE
WaschAnlage
(10)
/tankstelle/standort/{id}
findAllTankstelleOfStandort(id)
TankstelleModule
GET
Standort
Tankstelle
(11)
/tankstelle/{id}
deleteTankstelleById(id)
TankstelleModule
DELETE
Tankstelle
(12)
/waschanlage/{id}
updateWaschAnlageById(waschanlage)
TankstelleModule
PUT
WaschAnlage
(13)
/tankstelle/marke/{id}
findAllTankstelleOfMarke(id)
TankstelleModule
GET
Marke
Tankstelle
(14)
/betreiber/{id}
deleteBetreiberById(id)
TankstelleModule
DELETE
Betreiber
(15)
/waschanlage
insertWaschAnlage(waschanlage)
TankstelleModule
POST
WaschAnlage
(16)
/tankstelle/tankstellentyp/{id}
findAllTankstelleOfTankstellenTyp(id)
TankstelleModule
GET
TankstellenTyp
Tankstelle
(17)
/waschanlage
findAllWaschAnlage()
TankstelleModule
GET
WaschAnlage
(18)
/betreiber
findAllBetreiber()
TankstelleModule
GET
Betreiber
(19)
/tankstelle/{id}
updateTankstelleById(tankstelle)
TankstelleModule
PUT
Tankstelle
(20)
/waschanlage/{id}
findWaschAnlageById(id)
TankstelleModule
GET
WaschAnlage
10. VorfallArtModule - API (19)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/vorfallart/{id}
deleteVorfallArtById(id)
VorfallArtModule
DELETE
VorfallArt
(2)
/vorfall/{id}
deleteVorfallById(id)
VorfallArtModule
DELETE
Vorfall
(3)
/vorfall/tankstelle/{id}
findAllVorfallOfTankstelle(id)
VorfallArtModule
GET
Tankstelle
Vorfall
(4)
/wasserstoffsystem/tankstelle/{id}
findAllWasserstoffSystemOfTankstelle(id)
VorfallArtModule
GET
Tankstelle
WasserstoffSystem
(5)
/wasserstoffsystem/{id}
findWasserstoffSystemById(id)
VorfallArtModule
GET
WasserstoffSystem
(6)
/vorfall/vorfallart/{id}
findAllVorfallOfVorfallArt(id)
VorfallArtModule
GET
VorfallArt
Vorfall
(7)
/wasserstoffsystem/{id}
deleteWasserstoffSystemById(id)
VorfallArtModule
DELETE
WasserstoffSystem
(8)
/vorfallart/{id}
updateVorfallArtById(vorfallart)
VorfallArtModule
PUT
VorfallArt
(9)
/wasserstoffsystem
findAllWasserstoffSystem()
VorfallArtModule
GET
WasserstoffSystem
(10)
/vorfall/{id}
updateVorfallById(vorfall)
VorfallArtModule
PUT
Vorfall
(11)
/vorfallart
findAllVorfallArt()
VorfallArtModule
GET
VorfallArt
(12)
/vorfall/{id}
findVorfallById(id)
VorfallArtModule
GET
Vorfall
(13)
/vorfall
findAllVorfall()
VorfallArtModule
GET
Vorfall
(14)
/wasserstoffsystem
insertWasserstoffSystem(wasserstoffsystem)
VorfallArtModule
POST
WasserstoffSystem
(15)
/wasserstoffsystem/{id}
updateWasserstoffSystemById(wasserstoffsystem)
VorfallArtModule
PUT
WasserstoffSystem
(16)
/vorfallart/{id}
findVorfallArtById(id)
VorfallArtModule
GET
VorfallArt
(17)
/vorfallart
insertVorfallArt(vorfallart)
VorfallArtModule
POST
VorfallArt
(18)
/wasserstoffsystem/kraftstoffart/{id}
findAllWasserstoffSystemOfKraftstoffArt(id)
VorfallArtModule
GET
KraftstoffArt
WasserstoffSystem
(19)
/vorfall
insertVorfall(vorfall)
VorfallArtModule
POST
Vorfall
11. ZapfsaeuleModule - API (13)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/zapfsaeule/tankstelle/{id}
findAllZapfsaeuleOfTankstelle(id)
ZapfsaeuleModule
GET
Tankstelle
Zapfsaeule
(2)
/zapfsaeule/{id}
findZapfsaeuleById(id)
ZapfsaeuleModule
GET
Zapfsaeule
(3)
/zapfsaeule
insertZapfsaeule(zapfsaeule)
ZapfsaeuleModule
POST
Zapfsaeule
(4)
/zapfventil/{id}
deleteZapfventilById(id)
ZapfsaeuleModule
DELETE
Zapfventil
(5)
/zapfventil
insertZapfventil(zapfventil)
ZapfsaeuleModule
POST
Zapfventil
(6)
/zapfventil/zapfsaeule/{id}
findAllZapfventilOfZapfsaeule(id)
ZapfsaeuleModule
GET
Zapfsaeule
Zapfventil
(7)
/zapfventil/kraftstoffart/{id}
findAllZapfventilOfKraftstoffArt(id)
ZapfsaeuleModule
GET
KraftstoffArt
Zapfventil
(8)
/zapfventil/{id}
updateZapfventilById(zapfventil)
ZapfsaeuleModule
PUT
Zapfventil
(9)
/zapfsaeule
findAllZapfsaeule()
ZapfsaeuleModule
GET
Zapfsaeule
(10)
/zapfventil
findAllZapfventil()
ZapfsaeuleModule
GET
Zapfventil
(11)
/zapfventil/{id}
findZapfventilById(id)
ZapfsaeuleModule
GET
Zapfventil
(12)
/zapfsaeule/{id}
updateZapfsaeuleById(zapfsaeule)
ZapfsaeuleModule
PUT
Zapfsaeule
(13)
/zapfsaeule/{id}
deleteZapfsaeuleById(id)
ZapfsaeuleModule
DELETE
Zapfsaeule
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum