Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ElternteilView
Please create a React-JS view called "ElternteilView" for the fields of the Elternteil entity. The ElternteilView must contain the following fields: - name: Email type: STRING - name: HatSorgerecht type: BOOL - name: Haushalt type: Haushalt - name: Nachname type: STRING - name: Telefon type: STRING - name: Vorname type: STRING The data source for the [Haushalt] select control should be loaded from the relative URL: "/KommuneService/haushalt" (HTTP-GET) An existing Elternteil entity should be loaded from the relative URL: "/ElternteilService/elternteil/{id}" (HTTP-GET) If a new Elternteil entity has been created, the new entity should be posted to the relative URL: "/ElternteilService/elternteil" (HTTP-POST) If an existing Elternteil entity has been updated, the modified entity should be sent to the relative URL: "/ElternteilService/elternteil/{id}" (HTTP-PUT) If an existing Elternteil entity has to be deleted, the following relative URL should be called: "/ElternteilService/elternteil/{id}" (HTTP-DELETE) Add a HTML table to the view with the following KindElternteil columns: - column: Kind - column: Beziehung - column: Elternteil - column: HatSorgerecht The table should have the title "KindElternteils" und the data must be loaded from the server with the following relative URL: "/ElternteilService/kindelternteil/elternteil/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum