Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum


3. UNTERNEHMEN MODULE (UI prompt)



Module Entities (7)

EntityAliasModuleGlobal Schema
(1) ApothekeApothekeUnternehmenModuleTierarztpraxen
(2) PraxisartPraxisartUnternehmenModuleTierarztpraxen
(3) PraxisinhaberPraxisinhaberUnternehmenModuleTierarztpraxen
(4) TierarztTierarztTierarztpraxisModuleTierarztpraxen
(5) TierarztpraxisTierarztpraxisTierarztpraxisModuleTierarztpraxen
(6) UnternehmenUnternehmenUnternehmenModuleTierarztpraxen
(7) VerwaltungsregionVerwaltungsregionUnternehmenModuleTierarztpraxen

Module Interfaces (30)

API-URLMethod NameModuleHTTP-MethodReferences
(1) /praxisinhaberfindAllPraxisinhaber()UnternehmenModuleGETPraxisinhaber
(2) /apotheke/{id}findApothekeById(id)UnternehmenModuleGETApotheke
(3) /verwaltungsregion/{id}findVerwaltungsregionById(id)UnternehmenModuleGETVerwaltungsregion
(4) /praxisart/{id}updatePraxisartById(praxisart)UnternehmenModulePUTPraxisart
(5) /praxisinhaber/tierarztpraxis/{id}findAllPraxisinhaberOfTierarztpraxis(id)UnternehmenModuleGETTierarztpraxis Praxisinhaber
(6) /praxisinhaber/{id}updatePraxisinhaberById(praxisinhaber)UnternehmenModulePUTPraxisinhaber
(7) /praxisinhaberinsertPraxisinhaber(praxisinhaber)UnternehmenModulePOSTPraxisinhaber
(8) /praxisartinsertPraxisart(praxisart)UnternehmenModulePOSTPraxisart
(9) /verwaltungsregion/{id}deleteVerwaltungsregionById(id)UnternehmenModuleDELETEVerwaltungsregion
(10) /verwaltungsregion/{id}updateVerwaltungsregionById(verwaltungsregion)UnternehmenModulePUTVerwaltungsregion
(11) /unternehmen/{id}deleteUnternehmenById(id)UnternehmenModuleDELETEUnternehmen
(12) /apotheke/{id}updateApothekeById(apotheke)UnternehmenModulePUTApotheke
(13) /praxisinhaber/{id}findPraxisinhaberById(id)UnternehmenModuleGETPraxisinhaber
(14) /apothekeinsertApotheke(apotheke)UnternehmenModulePOSTApotheke
(15) /praxisinhaber/unternehmen/{id}findAllPraxisinhaberOfUnternehmen(id)UnternehmenModuleGETUnternehmen Praxisinhaber
(16) /apotheke/tierarztpraxis/{id}findAllApothekeOfTierarztpraxis(id)UnternehmenModuleGETTierarztpraxis Apotheke
(17) /unternehmeninsertUnternehmen(unternehmen)UnternehmenModulePOSTUnternehmen
(18) /apotheke/verantwortlichertierarzt/{id}findAllApothekeOfVerantwortlicherTierarzt(id)UnternehmenModuleGETTierarzt Apotheke
(19) /unternehmen/{id}findUnternehmenById(id)UnternehmenModuleGETUnternehmen
(20) /verwaltungsregioninsertVerwaltungsregion(verwaltungsregion)UnternehmenModulePOSTVerwaltungsregion
(21) /verwaltungsregionfindAllVerwaltungsregion()UnternehmenModuleGETVerwaltungsregion
(22) /apotheke/{id}deleteApothekeById(id)UnternehmenModuleDELETEApotheke
(23) /unternehmen/{id}updateUnternehmenById(unternehmen)UnternehmenModulePUTUnternehmen
(24) /unternehmenfindAllUnternehmen()UnternehmenModuleGETUnternehmen
(25) /apothekefindAllApotheke()UnternehmenModuleGETApotheke
(26) /praxisart/{id}deletePraxisartById(id)UnternehmenModuleDELETEPraxisart
(27) /praxisart/{id}findPraxisartById(id)UnternehmenModuleGETPraxisart
(28) /praxisinhaber/{id}deletePraxisinhaberById(id)UnternehmenModuleDELETEPraxisinhaber
(29) /praxisartfindAllPraxisart()UnternehmenModuleGETPraxisart
(30) /praxisinhaber/tierarzt/{id}findAllPraxisinhaberOfTierarzt(id)UnternehmenModuleGETTierarzt Praxisinhaber






3.1 APOTHEKE


ApothekeUnternehmenModuleTierarztpraxen

Properties (6)

PropertyTypeEntityReferenceModule
(1) BetaeubungsmittelBOOLApotheke
(2) LagerbeschreibungSTRINGApotheke
(3) LizenznummerSTRINGApotheke
(4) NotizenSTRINGApotheke
(5) TierarztpraxisLONGApothekeTierarztpraxisTierarztpraxisModule
(6) VerantwortlicherTierarztLONGApothekeTierarztTierarztpraxisModule





3.2 PRAXISART


PraxisartUnternehmenModuleTierarztpraxen

Properties (3)

PropertyTypeEntityReferenceModule
(1) BeschreibungSTRINGPraxisart
(2) CodeSTRINGPraxisart
(3) NameSTRINGPraxisart





3.3 PRAXISINHABER


PraxisinhaberUnternehmenModuleTierarztpraxen

Properties (7)

PropertyTypeEntityReferenceModule
(1) AnteilDOUBLEPraxisinhaber
(2) EnddatumDATEPraxisinhaber
(3) LeitendBOOLPraxisinhaber
(4) StartdatumDATEPraxisinhaber
(5) TierarztLONGPraxisinhaberTierarztTierarztpraxisModule
(6) TierarztpraxisLONGPraxisinhaberTierarztpraxisTierarztpraxisModule
(7) UnternehmenLONGPraxisinhaberUnternehmenUnternehmenModule





3.4 UNTERNEHMEN


UnternehmenUnternehmenModuleTierarztpraxen

Properties (9)

PropertyTypeEntityReferenceModule
(1) LandSTRINGUnternehmen
(2) NameSTRINGUnternehmen
(3) NotizenSTRINGUnternehmen
(4) OrtSTRINGUnternehmen
(5) PostleitzahlSTRINGUnternehmen
(6) RegisternummerSTRINGUnternehmen
(7) StrasseSTRINGUnternehmen
(8) TypSTRINGUnternehmen
(9) WebseiteSTRINGUnternehmen





3.5 VERWALTUNGSREGION


VerwaltungsregionUnternehmenModuleTierarztpraxen

Properties (9)

PropertyTypeEntityReferenceModule
(1) BundeslandSTRINGVerwaltungsregion
(2) EmailSTRINGVerwaltungsregion
(3) LandSTRINGVerwaltungsregion
(4) NameSTRINGVerwaltungsregion
(5) OrtSTRINGVerwaltungsregion
(6) PostleitzahlSTRINGVerwaltungsregion
(7) StrasseSTRINGVerwaltungsregion
(8) TelefonSTRINGVerwaltungsregion
(9) TypSTRINGVerwaltungsregion





Overview

My API

System Designs

DienstleistungenKontaktEnergieausgleichAnsprechpartnerImpressum