Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterrichtungView
Please create a React-JS view called "UnterrichtungView" for the fields of the Unterrichtung entity. The UnterrichtungView must contain the following fields: - name: Analyse type: Analyse - name: Kanal type: STRING - name: Regierung type: Regierung - name: UebermitteltAm type: DATE The data source for the [Analyse] select control should be loaded from the relative URL: "/RegierungService/analyse" (HTTP-GET) The data source for the [Regierung] select control should be loaded from the relative URL: "/RegierungService/regierung" (HTTP-GET) An existing Unterrichtung entity should be loaded from the relative URL: "/RegierungService/unterrichtung/{id}" (HTTP-GET) If a new Unterrichtung entity has been created, the new entity should be posted to the relative URL: "/RegierungService/unterrichtung" (HTTP-POST) If an existing Unterrichtung entity has been updated, the modified entity should be sent to the relative URL: "/RegierungService/unterrichtung/{id}" (HTTP-PUT) If an existing Unterrichtung entity has to be deleted, the following relative URL should be called: "/RegierungService/unterrichtung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum