Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


5. LAND MODULE (UI prompt)



Module Entities (14)

EntityAliasModuleGlobal Schema
(1) AusbildungsinstitutionAusbildungsinstitutionLandModuleHeilpraktikerPraxis
(2) AusbildungsprogrammAusbildungsprogrammLandModuleHeilpraktikerPraxis
(3) BehoerdeBehoerdeBehoerdeModuleHeilpraktikerPraxis
(4) BerufBerufBerufModuleHeilpraktikerPraxis
(5) BerufLandRegelungBerufLandRegelungBerufModuleHeilpraktikerPraxis
(6) ErlaubnisErlaubnisLandModuleHeilpraktikerPraxis
(7) GesetzGesetzGesetzModuleHeilpraktikerPraxis
(8) HeilpraktikerHeilpraktikerPersonModuleHeilpraktikerPraxis
(9) LandLandLandModuleHeilpraktikerPraxis
(10) PersonPersonPersonModuleHeilpraktikerPraxis
(11) PruefungPruefungPruefungModuleHeilpraktikerPraxis
(12) SektoralerlaubnisartSektoralerlaubnisartPersonModuleHeilpraktikerPraxis
(13) VerbandVerbandVerbandModuleHeilpraktikerPraxis
(14) VersicherungVersicherungBehandlungsmethodeModuleHeilpraktikerPraxis

Module Interfaces (29)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /ausbildungsprogramm/ausbildungsinstitution/{id}findAllAusbildungsprogrammOfAusbildungsinstitution(id)LandModuleGETAusbildungsinstitution Ausbildungsprogramm
(2) /erlaubnis/sektoralerlaubnisart/{id}findAllErlaubnisOfSektoralerlaubnisart(id)LandModuleGETSektoralerlaubnisart Erlaubnis
(3) /ausbildungsprogramm/{id}deleteAusbildungsprogrammById(id)LandModuleDELETEAusbildungsprogramm
(4) /erlaubnisfindAllErlaubnis()LandModuleGETErlaubnis
(5) /ausbildungsinstitution/land/{id}findAllAusbildungsinstitutionOfLand(id)LandModuleGETLand Ausbildungsinstitution
(6) /ausbildungsinstitution/{id}updateAusbildungsinstitutionById(ausbildungsinstitution)LandModulePUTAusbildungsinstitution
(7) /ausbildungsprogramm/{id}updateAusbildungsprogrammById(ausbildungsprogramm)LandModulePUTAusbildungsprogramm
(8) /ausbildungsinstitution/{id}findAusbildungsinstitutionById(id)LandModuleGETAusbildungsinstitution
(9) /ausbildungsinstitution/{id}deleteAusbildungsinstitutionById(id)LandModuleDELETEAusbildungsinstitution
(10) /erlaubnis/gesetz/{id}findAllErlaubnisOfGesetz(id)LandModuleGETGesetz Erlaubnis
(11) /erlaubnis/{id}deleteErlaubnisById(id)LandModuleDELETEErlaubnis
(12) /erlaubnisinsertErlaubnis(erlaubnis)LandModulePOSTErlaubnis
(13) /ausbildungsinstitutionfindAllAusbildungsinstitution()LandModuleGETAusbildungsinstitution
(14) /land/{id}findLandById(id)LandModuleGETLand
(15) /ausbildungsinstitutioninsertAusbildungsinstitution(ausbildungsinstitution)LandModulePOSTAusbildungsinstitution
(16) /ausbildungsprogramm/{id}findAusbildungsprogrammById(id)LandModuleGETAusbildungsprogramm
(17) /ausbildungsprogramm/beruf/{id}findAllAusbildungsprogrammOfBeruf(id)LandModuleGETBeruf Ausbildungsprogramm
(18) /erlaubnis/{id}updateErlaubnisById(erlaubnis)LandModulePUTErlaubnis
(19) /land/{id}deleteLandById(id)LandModuleDELETELand
(20) /landfindAllLand()LandModuleGETLand
(21) /landinsertLand(land)LandModulePOSTLand
(22) /erlaubnis/person/{id}findAllErlaubnisOfPerson(id)LandModuleGETPerson Erlaubnis
(23) /erlaubnis/{id}findErlaubnisById(id)LandModuleGETErlaubnis
(24) /erlaubnis/behoerde/{id}findAllErlaubnisOfBehoerde(id)LandModuleGETBehoerde Erlaubnis
(25) /land/{id}updateLandById(land)LandModulePUTLand
(26) /ausbildungsprogrammfindAllAusbildungsprogramm()LandModuleGETAusbildungsprogramm
(27) /erlaubnis/beruf/{id}findAllErlaubnisOfBeruf(id)LandModuleGETBeruf Erlaubnis
(28) /ausbildungsprogramminsertAusbildungsprogramm(ausbildungsprogramm)LandModulePOSTAusbildungsprogramm
(29) /erlaubnis/land/{id}findAllErlaubnisOfLand(id)LandModuleGETLand Erlaubnis






5.1 AUSBILDUNGSINSTITUTION


AusbildungsinstitutionLandModuleHeilpraktikerPraxis

Properties (5)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGAusbildungsinstitution
(2) InstitutionstypSTRINGAusbildungsinstitution
(3) IstOeffentlichBOOLAusbildungsinstitution
(4) LandLONGAusbildungsinstitutionLandLandModule
(5) NameSTRINGAusbildungsinstitution





5.2 AUSBILDUNGSPROGRAMM


AusbildungsprogrammLandModuleHeilpraktikerPraxis

Properties (8)

PropertyTypeEntityReferenceModule
(1) AusbildungsinstitutionLONGAusbildungsprogrammAusbildungsinstitutionLandModule
(2) BerufLONGAusbildungsprogrammBerufBerufModule
(3) BeschreibungSTRINGAusbildungsprogramm
(4) DauerMonateLONGAusbildungsprogramm
(5) ModusSTRINGAusbildungsprogramm
(6) NameSTRINGAusbildungsprogramm
(7) StaatlichUeberwachtBOOLAusbildungsprogramm
(8) StudiengebuehrSTRINGAusbildungsprogramm





5.3 ERLAUBNIS


ErlaubnisLandModuleHeilpraktikerPraxis

Properties (13)

PropertyTypeEntityReferenceModule
(1) AblaufdatumDATEErlaubnis
(2) AusstellungsdatumDATEErlaubnis
(3) BehoerdeLONGErlaubnisBehoerdeBehoerdeModule
(4) BerufLONGErlaubnisBerufBerufModule
(5) ErlaubnisnummerSTRINGErlaubnis
(6) ErlaubnistypSTRINGErlaubnis
(7) GesetzLONGErlaubnisGesetzGesetzModule
(8) HinweiseSTRINGErlaubnis
(9) IstWiderrufenBOOLErlaubnis
(10) LandLONGErlaubnisLandLandModule
(11) PersonLONGErlaubnisPersonPersonModule
(12) SektoralerlaubnisartLONGErlaubnisSektoralerlaubnisartPersonModule
(13) WiderrufsdatumDATEErlaubnis





5.4 LAND


LandLandModuleHeilpraktikerPraxis

Properties (2)

PropertyTypeEntityReferenceModule
(1) IsoCodeSTRINGLand
(2) NameSTRINGLand





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum