Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
NetzwerkFrueheHilfenView
Please create a React-JS view called "NetzwerkFrueheHilfenView" for the fields of the NetzwerkFrueheHilfen entity. The NetzwerkFrueheHilfenView must contain the following fields: - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: Jugendamt type: Jugendamt - name: Name type: STRING The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) An existing NetzwerkFrueheHilfen entity should be loaded from the relative URL: "/NetzwerkFrueheHilfenService/netzwerkfruehehilfen/{id}" (HTTP-GET) If a new NetzwerkFrueheHilfen entity has been created, the new entity should be posted to the relative URL: "/NetzwerkFrueheHilfenService/netzwerkfruehehilfen" (HTTP-POST) If an existing NetzwerkFrueheHilfen entity has been updated, the modified entity should be sent to the relative URL: "/NetzwerkFrueheHilfenService/netzwerkfruehehilfen/{id}" (HTTP-PUT) If an existing NetzwerkFrueheHilfen entity has to be deleted, the following relative URL should be called: "/NetzwerkFrueheHilfenService/netzwerkfruehehilfen/{id}" (HTTP-DELETE) Add a HTML table to the view with the following NetzwerkTeilnehmer columns: - column: Kontaktperson - column: Beschreibung - column: Organisationstyp - column: NetzwerkFrueheHilfen - column: OrganisationName The table should have the title "NetzwerkTeilnehmers" und the data must be loaded from the server with the following relative URL: "/NetzwerkFrueheHilfenService/netzwerkteilnehmer/netzwerkfruehehilfen/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum