Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


4. GAESTETYP MODULE (UI prompt)



Module Entities (5)

EntityAliasModuleGlobal Schema
(1) EinheitstypEinheitstypGaestetypModuleCamping
(2) GaestetypGaestetypGaestetypModuleCamping
(3) SaisonSaisonCampingplatzModuleCamping
(4) StellplatzStellplatzStellplatzModuleCamping
(5) StellplatzPreisStellplatzPreisGaestetypModuleCamping

Module Interfaces (18)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /stellplatzpreis/{id}deleteStellplatzPreisById(id)GaestetypModuleDELETEStellplatzPreis
(2) /einheitstyp/{id}findEinheitstypById(id)GaestetypModuleGETEinheitstyp
(3) /einheitstypinsertEinheitstyp(einheitstyp)GaestetypModulePOSTEinheitstyp
(4) /gaestetyp/{id}findGaestetypById(id)GaestetypModuleGETGaestetyp
(5) /stellplatzpreis/{id}updateStellplatzPreisById(stellplatzpreis)GaestetypModulePUTStellplatzPreis
(6) /einheitstypfindAllEinheitstyp()GaestetypModuleGETEinheitstyp
(7) /stellplatzpreis/gaestetyp/{id}findAllStellplatzPreisOfGaestetyp(id)GaestetypModuleGETGaestetyp StellplatzPreis
(8) /stellplatzpreis/{id}findStellplatzPreisById(id)GaestetypModuleGETStellplatzPreis
(9) /gaestetypfindAllGaestetyp()GaestetypModuleGETGaestetyp
(10) /stellplatzpreisinsertStellplatzPreis(stellplatzpreis)GaestetypModulePOSTStellplatzPreis
(11) /einheitstyp/{id}deleteEinheitstypById(id)GaestetypModuleDELETEEinheitstyp
(12) /stellplatzpreis/saison/{id}findAllStellplatzPreisOfSaison(id)GaestetypModuleGETSaison StellplatzPreis
(13) /stellplatzpreis/stellplatz/{id}findAllStellplatzPreisOfStellplatz(id)GaestetypModuleGETStellplatz StellplatzPreis
(14) /einheitstyp/{id}updateEinheitstypById(einheitstyp)GaestetypModulePUTEinheitstyp
(15) /stellplatzpreisfindAllStellplatzPreis()GaestetypModuleGETStellplatzPreis
(16) /gaestetyp/{id}updateGaestetypById(gaestetyp)GaestetypModulePUTGaestetyp
(17) /gaestetypinsertGaestetyp(gaestetyp)GaestetypModulePOSTGaestetyp
(18) /gaestetyp/{id}deleteGaestetypById(id)GaestetypModuleDELETEGaestetyp






4.1 EINHEITSTYP


EinheitstypGaestetypModuleCamping

Properties (3)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGEinheitstyp
(2) CodeSTRINGEinheitstyp
(3) NameSTRINGEinheitstyp





4.2 GAESTETYP


GaestetypGaestetypModuleCamping

Properties (3)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGGaestetyp
(2) CodeSTRINGGaestetyp
(3) NameSTRINGGaestetyp





4.3 STELLPLATZ PREIS


StellplatzPreisGaestetypModuleCamping

Properties (9)

PropertyTypeEntityReferenceModule
(1) AbwasserInklusiveBOOLStellplatzPreis
(2) GaestetypINTStellplatzPreisGaestetypGaestetypModule
(3) PreisProNachtDOUBLEStellplatzPreis
(4) SaisonINTStellplatzPreisSaisonCampingplatzModule
(5) SanitaerInklusiveBOOLStellplatzPreis
(6) StellplatzINTStellplatzPreisStellplatzStellplatzModule
(7) StromInklusiveBOOLStellplatzPreis
(8) WaehrungSTRINGStellplatzPreis
(9) WasserInklusiveBOOLStellplatzPreis





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum