Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungView
Please create a React-JS view called "LeistungView" for the fields of the Leistung entity. The LeistungView must contain the following fields: - name: AktivBis type: DATE - name: AktivSeit type: DATE - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Jugendamt type: Jugendamt - name: Leistungsart type: Leistungsart The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Leistungsart] select control should be loaded from the relative URL: "/LeistungsartService/leistungsart" (HTTP-GET) An existing Leistung entity should be loaded from the relative URL: "/LeistungsartService/leistung/{id}" (HTTP-GET) If a new Leistung entity has been created, the new entity should be posted to the relative URL: "/LeistungsartService/leistung" (HTTP-POST) If an existing Leistung entity has been updated, the modified entity should be sent to the relative URL: "/LeistungsartService/leistung/{id}" (HTTP-PUT) If an existing Leistung entity has to be deleted, the following relative URL should be called: "/LeistungsartService/leistung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum