Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KonzeptBildungsbereichView
Please create a React-JS view called "KonzeptBildungsbereichView" for the fields of the KonzeptBildungsbereich entity. The KonzeptBildungsbereichView must contain the following fields: - name: Bildungsbereich type: Bildungsbereich - name: PaedagogischesKonzept type: PaedagogischesKonzept - name: SchwerpunktLevel type: INT The data source for the [PaedagogischesKonzept] select control should be loaded from the relative URL: "/LandService/paedagogischeskonzept" (HTTP-GET) The data source for the [Bildungsbereich] select control should be loaded from the relative URL: "/BildungsbereichService/bildungsbereich" (HTTP-GET) An existing KonzeptBildungsbereich entity should be loaded from the relative URL: "/BildungsbereichService/konzeptbildungsbereich/{id}" (HTTP-GET) If a new KonzeptBildungsbereich entity has been created, the new entity should be posted to the relative URL: "/BildungsbereichService/konzeptbildungsbereich" (HTTP-POST) If an existing KonzeptBildungsbereich entity has been updated, the modified entity should be sent to the relative URL: "/BildungsbereichService/konzeptbildungsbereich/{id}" (HTTP-PUT) If an existing KonzeptBildungsbereich entity has to be deleted, the following relative URL should be called: "/BildungsbereichService/konzeptbildungsbereich/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum