Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LeistungsartView
Please create a React-JS view called "LeistungsartView" for the fields of the Leistungsart entity. The LeistungsartView must contain the following fields: - name: Beschreibung type: STRING - name: Bezeichnung type: STRING - name: Code type: STRING - name: Kategorie type: STRING - name: RechtsgrundlageParagraf type: STRING An existing Leistungsart entity should be loaded from the relative URL: "/LeistungsartService/leistungsart/{id}" (HTTP-GET) If a new Leistungsart entity has been created, the new entity should be posted to the relative URL: "/LeistungsartService/leistungsart" (HTTP-POST) If an existing Leistungsart entity has been updated, the modified entity should be sent to the relative URL: "/LeistungsartService/leistungsart/{id}" (HTTP-PUT) If an existing Leistungsart entity has to be deleted, the following relative URL should be called: "/LeistungsartService/leistungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Leistungsfall columns: - column: Familie - column: HilfeplanErforderlich - column: Status - column: RechtsgrundlageParagraf - column: Kind - column: Jugendlicher - column: Antragsteller - column: Ende - column: Beginn - column: Leistungsart - column: Jugendamt The table should have the title "Leistungsfalls" und the data must be loaded from the server with the following relative URL: "/FamilieService/leistungsfall/leistungsart/{id}" Add a HTML table to the view with the following Leistung columns: - column: Beschreibung - column: Leistungsart - column: Jugendamt - column: AktivSeit - column: Bezeichnung - column: AktivBis The table should have the title "Leistungs" und the data must be loaded from the server with the following relative URL: "/LeistungsartService/leistung/leistungsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum