Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


2. FAHRZEUG MODULE (UI prompt)



Module Entities (8)

EntityAliasModuleGlobal Schema
(1) FahrzeugFahrzeugFahrzeugModuleCarSharing
(2) FahrzeugtypFahrzeugtypFahrzeugModuleCarSharing
(3) FlotteFlotteCarsharingOrganisationModuleCarSharing
(4) KraftstofftypKraftstofftypFahrzeugModuleCarSharing
(5) ReservierungReservierungStationModuleCarSharing
(6) TelematikmodulTelematikmodulFahrzeugModuleCarSharing
(7) VorfallVorfallFahrzeugModuleCarSharing
(8) VorfallstypVorfallstypFahrzeugModuleCarSharing

Module Interfaces (37)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /kraftstofftypinsertKraftstofftyp(kraftstofftyp)FahrzeugModulePOSTKraftstofftyp
(2) /fahrzeug/{id}updateFahrzeugById(fahrzeug)FahrzeugModulePUTFahrzeug
(3) /fahrzeug/{id}findFahrzeugById(id)FahrzeugModuleGETFahrzeug
(4) /vorfall/{id}deleteVorfallById(id)FahrzeugModuleDELETEVorfall
(5) /fahrzeugtyp/{id}deleteFahrzeugtypById(id)FahrzeugModuleDELETEFahrzeugtyp
(6) /fahrzeug/flotte/{id}findAllFahrzeugOfFlotte(id)FahrzeugModuleGETFlotte Fahrzeug
(7) /fahrzeug/fahrzeugtyp/{id}findAllFahrzeugOfFahrzeugtyp(id)FahrzeugModuleGETFahrzeugtyp Fahrzeug
(8) /kraftstofftyp/{id}updateKraftstofftypById(kraftstofftyp)FahrzeugModulePUTKraftstofftyp
(9) /fahrzeugtyp/{id}updateFahrzeugtypById(fahrzeugtyp)FahrzeugModulePUTFahrzeugtyp
(10) /fahrzeug/kraftstofftyp/{id}findAllFahrzeugOfKraftstofftyp(id)FahrzeugModuleGETKraftstofftyp Fahrzeug
(11) /fahrzeugtyp/{id}findFahrzeugtypById(id)FahrzeugModuleGETFahrzeugtyp
(12) /telematikmodul/{id}updateTelematikmodulById(telematikmodul)FahrzeugModulePUTTelematikmodul
(13) /vorfall/reservierung/{id}findAllVorfallOfReservierung(id)FahrzeugModuleGETReservierung Vorfall
(14) /vorfall/{id}updateVorfallById(vorfall)FahrzeugModulePUTVorfall
(15) /vorfall/fahrzeug/{id}findAllVorfallOfFahrzeug(id)FahrzeugModuleGETFahrzeug Vorfall
(16) /fahrzeug/{id}deleteFahrzeugById(id)FahrzeugModuleDELETEFahrzeug
(17) /telematikmodul/fahrzeug/{id}findAllTelematikmodulOfFahrzeug(id)FahrzeugModuleGETFahrzeug Telematikmodul
(18) /vorfallfindAllVorfall()FahrzeugModuleGETVorfall
(19) /kraftstofftyp/{id}deleteKraftstofftypById(id)FahrzeugModuleDELETEKraftstofftyp
(20) /fahrzeugtypinsertFahrzeugtyp(fahrzeugtyp)FahrzeugModulePOSTFahrzeugtyp
(21) /telematikmodulinsertTelematikmodul(telematikmodul)FahrzeugModulePOSTTelematikmodul
(22) /fahrzeuginsertFahrzeug(fahrzeug)FahrzeugModulePOSTFahrzeug
(23) /kraftstofftyp/{id}findKraftstofftypById(id)FahrzeugModuleGETKraftstofftyp
(24) /vorfallstyp/{id}findVorfallstypById(id)FahrzeugModuleGETVorfallstyp
(25) /vorfallstypfindAllVorfallstyp()FahrzeugModuleGETVorfallstyp
(26) /vorfallinsertVorfall(vorfall)FahrzeugModulePOSTVorfall
(27) /telematikmodul/{id}findTelematikmodulById(id)FahrzeugModuleGETTelematikmodul
(28) /vorfallstyp/{id}updateVorfallstypById(vorfallstyp)FahrzeugModulePUTVorfallstyp
(29) /vorfallstypinsertVorfallstyp(vorfallstyp)FahrzeugModulePOSTVorfallstyp
(30) /telematikmodul/{id}deleteTelematikmodulById(id)FahrzeugModuleDELETETelematikmodul
(31) /telematikmodulfindAllTelematikmodul()FahrzeugModuleGETTelematikmodul
(32) /fahrzeugfindAllFahrzeug()FahrzeugModuleGETFahrzeug
(33) /kraftstofftypfindAllKraftstofftyp()FahrzeugModuleGETKraftstofftyp
(34) /vorfallstyp/{id}deleteVorfallstypById(id)FahrzeugModuleDELETEVorfallstyp
(35) /vorfall/vorfallstyp/{id}findAllVorfallOfVorfallstyp(id)FahrzeugModuleGETVorfallstyp Vorfall
(36) /fahrzeugtypfindAllFahrzeugtyp()FahrzeugModuleGETFahrzeugtyp
(37) /vorfall/{id}findVorfallById(id)FahrzeugModuleGETVorfall






2.1 FAHRZEUG


FahrzeugFahrzeugModuleCarSharing

Properties (9)

PropertyTypeEntityReferenceModule
(1) AktivBOOLFahrzeug
(2) ErstzulassungJahrLONGFahrzeug
(3) FahrzeugtypLONGFahrzeugFahrzeugtypFahrzeugModule
(4) FlotteLONGFahrzeugFlotteCarsharingOrganisationModule
(5) FreeFloatingFaehigBOOLFahrzeug
(6) KennzeichenSTRINGFahrzeug
(7) KilometerstandSTRINGFahrzeug
(8) KraftstofftypLONGFahrzeugKraftstofftypFahrzeugModule
(9) VinSTRINGFahrzeug





2.2 FAHRZEUGTYP


FahrzeugtypFahrzeugModuleCarSharing

Properties (8)

PropertyTypeEntityReferenceModule
(1) ElektroBOOLFahrzeugtyp
(2) HybridBOOLFahrzeugtyp
(3) KategorieSTRINGFahrzeugtyp
(4) KlimaanlageBOOLFahrzeugtyp
(5) NameSTRINGFahrzeugtyp
(6) NavigationBOOLFahrzeugtyp
(7) NutzfahrzeugBOOLFahrzeugtyp
(8) SitzplaetzeLONGFahrzeugtyp





2.3 KRAFTSTOFFTYP


KraftstofftypFahrzeugModuleCarSharing

Properties (2)

PropertyTypeEntityReferenceModule
(1) Co2ProKmStandardSTRINGKraftstofftyp
(2) NameSTRINGKraftstofftyp





2.4 TELEMATIKMODUL


TelematikmodulFahrzeugModuleCarSharing

Properties (6)

PropertyTypeEntityReferenceModule
(1) AnbieterSTRINGTelematikmodul
(2) AufbewahrungstageLONGTelematikmodul
(3) FahrverhaltenBOOLTelematikmodul
(4) FahrzeugLONGTelematikmodulFahrzeugFahrzeugModule
(5) GpsBOOLTelematikmodul
(6) StandortHistorieBOOLTelematikmodul





2.5 VORFALL


VorfallFahrzeugModuleCarSharing

Properties (6)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGVorfall
(2) FahrzeugLONGVorfallFahrzeugFahrzeugModule
(3) GemeldetAmDATEVorfall
(4) PannenhilfeBOOLVorfall
(5) ReservierungLONGVorfallReservierungStationModule
(6) VorfallstypLONGVorfallVorfallstypFahrzeugModule





2.6 VORFALLSTYP


VorfallstypFahrzeugModuleCarSharing

Properties (2)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGVorfallstyp
(2) NameSTRINGVorfallstyp





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum