Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
1. BetriebModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/betriebfachsparte
findAllBetriebFachsparte()
BetriebModule
GET
BetriebFachsparte
(2)
/pflanzenkategorie
findAllPflanzenkategorie()
BetriebModule
GET
Pflanzenkategorie
(3)
/pflanzenkategorie/{id}
findPflanzenkategorieById(id)
BetriebModule
GET
Pflanzenkategorie
(4)
/betrieb
findAllBetrieb()
BetriebModule
GET
Betrieb
(5)
/betrieb/{id}
updateBetriebById(betrieb)
BetriebModule
PUT
Betrieb
(6)
/pflanzenkategorie/{id}
updatePflanzenkategorieById(pflanzenkategorie)
BetriebModule
PUT
Pflanzenkategorie
(7)
/betrieb
insertBetrieb(betrieb)
BetriebModule
POST
Betrieb
(8)
/betriebfachsparte/betrieb/{id}
findAllBetriebFachsparteOfBetrieb(id)
BetriebModule
GET
Betrieb
BetriebFachsparte
(9)
/betriebfachsparte/{id}
updateBetriebFachsparteById(betriebfachsparte)
BetriebModule
PUT
BetriebFachsparte
(10)
/pflanzenkategorie/{id}
deletePflanzenkategorieById(id)
BetriebModule
DELETE
Pflanzenkategorie
(11)
/betrieb/{id}
findBetriebById(id)
BetriebModule
GET
Betrieb
(12)
/betriebfachsparte/{id}
findBetriebFachsparteById(id)
BetriebModule
GET
BetriebFachsparte
(13)
/betrieb/{id}
deleteBetriebById(id)
BetriebModule
DELETE
Betrieb
(14)
/betriebfachsparte/fachsparte/{id}
findAllBetriebFachsparteOfFachsparte(id)
BetriebModule
GET
Fachsparte
BetriebFachsparte
(15)
/pflanzenkategorie
insertPflanzenkategorie(pflanzenkategorie)
BetriebModule
POST
Pflanzenkategorie
(16)
/betriebfachsparte
insertBetriebFachsparte(betriebfachsparte)
BetriebModule
POST
BetriebFachsparte
(17)
/betriebfachsparte/{id}
deleteBetriebFachsparteById(id)
BetriebModule
DELETE
BetriebFachsparte
2. BildungseinrichtungModule - API (12)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/bildungseinrichtung/{id}
updateBildungseinrichtungById(bildungseinrichtung)
BildungseinrichtungModule
PUT
Bildungseinrichtung
(2)
/bildungseinrichtungausbildungsprogramm/bildungseinrichtung/{id}
findAllBildungseinrichtungAusbildungsprogrammOfBildungseinrichtung(id)
BildungseinrichtungModule
GET
Bildungseinrichtung
BildungseinrichtungAusbildungsprogramm
(3)
/bildungseinrichtungausbildungsprogramm
findAllBildungseinrichtungAusbildungsprogramm()
BildungseinrichtungModule
GET
BildungseinrichtungAusbildungsprogramm
(4)
/bildungseinrichtung/{id}
deleteBildungseinrichtungById(id)
BildungseinrichtungModule
DELETE
Bildungseinrichtung
(5)
/bildungseinrichtungausbildungsprogramm
insertBildungseinrichtungAusbildungsprogramm(bildungseinrichtungausbildungsprogramm)
BildungseinrichtungModule
POST
BildungseinrichtungAusbildungsprogramm
(6)
/bildungseinrichtungausbildungsprogramm/{id}
deleteBildungseinrichtungAusbildungsprogrammById(id)
BildungseinrichtungModule
DELETE
BildungseinrichtungAusbildungsprogramm
(7)
/bildungseinrichtung
findAllBildungseinrichtung()
BildungseinrichtungModule
GET
Bildungseinrichtung
(8)
/bildungseinrichtung/{id}
findBildungseinrichtungById(id)
BildungseinrichtungModule
GET
Bildungseinrichtung
(9)
/bildungseinrichtungausbildungsprogramm/{id}
updateBildungseinrichtungAusbildungsprogrammById(bildungseinrichtungausbildungsprogramm)
BildungseinrichtungModule
PUT
BildungseinrichtungAusbildungsprogramm
(10)
/bildungseinrichtung
insertBildungseinrichtung(bildungseinrichtung)
BildungseinrichtungModule
POST
Bildungseinrichtung
(11)
/bildungseinrichtungausbildungsprogramm/ausbildungsprogramm/{id}
findAllBildungseinrichtungAusbildungsprogrammOfAusbildungsprogramm(id)
BildungseinrichtungModule
GET
Ausbildungsprogramm
BildungseinrichtungAusbildungsprogramm
(12)
/bildungseinrichtungausbildungsprogramm/{id}
findBildungseinrichtungAusbildungsprogrammById(id)
BildungseinrichtungModule
GET
BildungseinrichtungAusbildungsprogramm
3. FachsparteModule - API (12)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/fachsparte/bereich/{id}
findAllFachsparteOfBereich(id)
FachsparteModule
GET
GartenbauBereich
Fachsparte
(2)
/fachsparte/{id}
updateFachsparteById(fachsparte)
FachsparteModule
PUT
Fachsparte
(3)
/anbauflaeche
findAllAnbauflaeche()
FachsparteModule
GET
Anbauflaeche
(4)
/anbauflaeche
insertAnbauflaeche(anbauflaeche)
FachsparteModule
POST
Anbauflaeche
(5)
/anbauflaeche/{id}
updateAnbauflaecheById(anbauflaeche)
FachsparteModule
PUT
Anbauflaeche
(6)
/anbauflaeche/{id}
deleteAnbauflaecheById(id)
FachsparteModule
DELETE
Anbauflaeche
(7)
/fachsparte/{id}
findFachsparteById(id)
FachsparteModule
GET
Fachsparte
(8)
/fachsparte
findAllFachsparte()
FachsparteModule
GET
Fachsparte
(9)
/anbauflaeche/{id}
findAnbauflaecheById(id)
FachsparteModule
GET
Anbauflaeche
(10)
/fachsparte
insertFachsparte(fachsparte)
FachsparteModule
POST
Fachsparte
(11)
/fachsparte/{id}
deleteFachsparteById(id)
FachsparteModule
DELETE
Fachsparte
(12)
/anbauflaeche/fachsparte/{id}
findAllAnbauflaecheOfFachsparte(id)
FachsparteModule
GET
Fachsparte
Anbauflaeche
4. MarktsegmentModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/marktsegment/{id}
findMarktsegmentById(id)
MarktsegmentModule
GET
Marktsegment
(2)
/produkt
insertProdukt(produkt)
MarktsegmentModule
POST
Produkt
(3)
/ausbildungsprogramm
insertAusbildungsprogramm(ausbildungsprogramm)
MarktsegmentModule
POST
Ausbildungsprogramm
(4)
/produkt/pflanze/{id}
findAllProduktOfPflanze(id)
MarktsegmentModule
GET
Pflanze
Produkt
(5)
/produkt/{id}
deleteProduktById(id)
MarktsegmentModule
DELETE
Produkt
(6)
/produkt/{id}
updateProduktById(produkt)
MarktsegmentModule
PUT
Produkt
(7)
/ausbildungsprogramm/{id}
updateAusbildungsprogrammById(ausbildungsprogramm)
MarktsegmentModule
PUT
Ausbildungsprogramm
(8)
/marktsegment
findAllMarktsegment()
MarktsegmentModule
GET
Marktsegment
(9)
/ausbildungsprogramm/{id}
deleteAusbildungsprogrammById(id)
MarktsegmentModule
DELETE
Ausbildungsprogramm
(10)
/produkt
findAllProdukt()
MarktsegmentModule
GET
Produkt
(11)
/marktsegment
insertMarktsegment(marktsegment)
MarktsegmentModule
POST
Marktsegment
(12)
/marktsegment/{id}
deleteMarktsegmentById(id)
MarktsegmentModule
DELETE
Marktsegment
(13)
/produkt/{id}
findProduktById(id)
MarktsegmentModule
GET
Produkt
(14)
/produkt/marktsegment/{id}
findAllProduktOfMarktsegment(id)
MarktsegmentModule
GET
Marktsegment
Produkt
(15)
/marktsegment/{id}
updateMarktsegmentById(marktsegment)
MarktsegmentModule
PUT
Marktsegment
(16)
/ausbildungsprogramm
findAllAusbildungsprogramm()
MarktsegmentModule
GET
Ausbildungsprogramm
(17)
/ausbildungsprogramm/{id}
findAusbildungsprogrammById(id)
MarktsegmentModule
GET
Ausbildungsprogramm
5. OrganisationModule - API (17)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/organisationfachsparte
findAllOrganisationFachsparte()
OrganisationModule
GET
OrganisationFachsparte
(2)
/organisationfachsparte/{id}
deleteOrganisationFachsparteById(id)
OrganisationModule
DELETE
OrganisationFachsparte
(3)
/organisation
findAllOrganisation()
OrganisationModule
GET
Organisation
(4)
/gartenbaubereich
findAllGartenbauBereich()
OrganisationModule
GET
GartenbauBereich
(5)
/organisationfachsparte/organisation/{id}
findAllOrganisationFachsparteOfOrganisation(id)
OrganisationModule
GET
Organisation
OrganisationFachsparte
(6)
/organisationfachsparte/{id}
findOrganisationFachsparteById(id)
OrganisationModule
GET
OrganisationFachsparte
(7)
/organisation/{id}
deleteOrganisationById(id)
OrganisationModule
DELETE
Organisation
(8)
/organisationfachsparte
insertOrganisationFachsparte(organisationfachsparte)
OrganisationModule
POST
OrganisationFachsparte
(9)
/organisationfachsparte/fachsparte/{id}
findAllOrganisationFachsparteOfFachsparte(id)
OrganisationModule
GET
Fachsparte
OrganisationFachsparte
(10)
/organisation/{id}
findOrganisationById(id)
OrganisationModule
GET
Organisation
(11)
/gartenbaubereich/{id}
updateGartenbauBereichById(gartenbaubereich)
OrganisationModule
PUT
GartenbauBereich
(12)
/gartenbaubereich/{id}
findGartenbauBereichById(id)
OrganisationModule
GET
GartenbauBereich
(13)
/organisation
insertOrganisation(organisation)
OrganisationModule
POST
Organisation
(14)
/organisation/{id}
updateOrganisationById(organisation)
OrganisationModule
PUT
Organisation
(15)
/gartenbaubereich
insertGartenbauBereich(gartenbaubereich)
OrganisationModule
POST
GartenbauBereich
(16)
/gartenbaubereich/{id}
deleteGartenbauBereichById(id)
OrganisationModule
DELETE
GartenbauBereich
(17)
/organisationfachsparte/{id}
updateOrganisationFachsparteById(organisationfachsparte)
OrganisationModule
PUT
OrganisationFachsparte
6. PflanzeModule - API (18)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/pflanze/{id}
findPflanzeById(id)
PflanzeModule
GET
Pflanze
(2)
/pflanze
findAllPflanze()
PflanzeModule
GET
Pflanze
(3)
/pflanze/{id}
updatePflanzeById(pflanze)
PflanzeModule
PUT
Pflanze
(4)
/historischeperiode
insertHistorischePeriode(historischeperiode)
PflanzeModule
POST
HistorischePeriode
(5)
/betriebpflanze
findAllBetriebPflanze()
PflanzeModule
GET
BetriebPflanze
(6)
/betriebpflanze/{id}
updateBetriebPflanzeById(betriebpflanze)
PflanzeModule
PUT
BetriebPflanze
(7)
/betriebpflanze/betrieb/{id}
findAllBetriebPflanzeOfBetrieb(id)
PflanzeModule
GET
Betrieb
BetriebPflanze
(8)
/historischeperiode
findAllHistorischePeriode()
PflanzeModule
GET
HistorischePeriode
(9)
/historischeperiode/{id}
deleteHistorischePeriodeById(id)
PflanzeModule
DELETE
HistorischePeriode
(10)
/historischeperiode/{id}
updateHistorischePeriodeById(historischeperiode)
PflanzeModule
PUT
HistorischePeriode
(11)
/pflanze/{id}
deletePflanzeById(id)
PflanzeModule
DELETE
Pflanze
(12)
/betriebpflanze/{id}
findBetriebPflanzeById(id)
PflanzeModule
GET
BetriebPflanze
(13)
/historischeperiode/{id}
findHistorischePeriodeById(id)
PflanzeModule
GET
HistorischePeriode
(14)
/betriebpflanze/pflanze/{id}
findAllBetriebPflanzeOfPflanze(id)
PflanzeModule
GET
Pflanze
BetriebPflanze
(15)
/betriebpflanze
insertBetriebPflanze(betriebpflanze)
PflanzeModule
POST
BetriebPflanze
(16)
/pflanze/kategorie/{id}
findAllPflanzeOfKategorie(id)
PflanzeModule
GET
Pflanzenkategorie
Pflanze
(17)
/betriebpflanze/{id}
deleteBetriebPflanzeById(id)
PflanzeModule
DELETE
BetriebPflanze
(18)
/pflanze
insertPflanze(pflanze)
PflanzeModule
POST
Pflanze
7. ProduktionsmethodeModule - API (12)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/betriebproduktionsmethode/{id}
findBetriebProduktionsmethodeById(id)
ProduktionsmethodeModule
GET
BetriebProduktionsmethode
(2)
/betriebproduktionsmethode/produktionsmethode/{id}
findAllBetriebProduktionsmethodeOfProduktionsmethode(id)
ProduktionsmethodeModule
GET
Produktionsmethode
BetriebProduktionsmethode
(3)
/betriebproduktionsmethode/{id}
deleteBetriebProduktionsmethodeById(id)
ProduktionsmethodeModule
DELETE
BetriebProduktionsmethode
(4)
/betriebproduktionsmethode/{id}
updateBetriebProduktionsmethodeById(betriebproduktionsmethode)
ProduktionsmethodeModule
PUT
BetriebProduktionsmethode
(5)
/betriebproduktionsmethode
insertBetriebProduktionsmethode(betriebproduktionsmethode)
ProduktionsmethodeModule
POST
BetriebProduktionsmethode
(6)
/produktionsmethode
insertProduktionsmethode(produktionsmethode)
ProduktionsmethodeModule
POST
Produktionsmethode
(7)
/produktionsmethode/{id}
updateProduktionsmethodeById(produktionsmethode)
ProduktionsmethodeModule
PUT
Produktionsmethode
(8)
/betriebproduktionsmethode
findAllBetriebProduktionsmethode()
ProduktionsmethodeModule
GET
BetriebProduktionsmethode
(9)
/produktionsmethode/{id}
findProduktionsmethodeById(id)
ProduktionsmethodeModule
GET
Produktionsmethode
(10)
/produktionsmethode/{id}
deleteProduktionsmethodeById(id)
ProduktionsmethodeModule
DELETE
Produktionsmethode
(11)
/produktionsmethode
findAllProduktionsmethode()
ProduktionsmethodeModule
GET
Produktionsmethode
(12)
/betriebproduktionsmethode/betrieb/{id}
findAllBetriebProduktionsmethodeOfBetrieb(id)
ProduktionsmethodeModule
GET
Betrieb
BetriebProduktionsmethode
8. VertriebskanalModule - API (12)
API-URL
Method Name
Module
HTTP-Method
References
(1)
/produktvertriebskanal
findAllProduktVertriebskanal()
VertriebskanalModule
GET
ProduktVertriebskanal
(2)
/vertriebskanal
findAllVertriebskanal()
VertriebskanalModule
GET
Vertriebskanal
(3)
/produktvertriebskanal/vertriebskanal/{id}
findAllProduktVertriebskanalOfVertriebskanal(id)
VertriebskanalModule
GET
Vertriebskanal
ProduktVertriebskanal
(4)
/produktvertriebskanal/{id}
deleteProduktVertriebskanalById(id)
VertriebskanalModule
DELETE
ProduktVertriebskanal
(5)
/produktvertriebskanal/produkt/{id}
findAllProduktVertriebskanalOfProdukt(id)
VertriebskanalModule
GET
Produkt
ProduktVertriebskanal
(6)
/vertriebskanal/{id}
updateVertriebskanalById(vertriebskanal)
VertriebskanalModule
PUT
Vertriebskanal
(7)
/produktvertriebskanal
insertProduktVertriebskanal(produktvertriebskanal)
VertriebskanalModule
POST
ProduktVertriebskanal
(8)
/vertriebskanal/{id}
findVertriebskanalById(id)
VertriebskanalModule
GET
Vertriebskanal
(9)
/produktvertriebskanal/{id}
findProduktVertriebskanalById(id)
VertriebskanalModule
GET
ProduktVertriebskanal
(10)
/vertriebskanal/{id}
deleteVertriebskanalById(id)
VertriebskanalModule
DELETE
Vertriebskanal
(11)
/vertriebskanal
insertVertriebskanal(vertriebskanal)
VertriebskanalModule
POST
Vertriebskanal
(12)
/produktvertriebskanal/{id}
updateProduktVertriebskanalById(produktvertriebskanal)
VertriebskanalModule
PUT
ProduktVertriebskanal
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum