Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SozialhilfetraegerView
Please create a React-JS view called "SozialhilfetraegerView" for the fields of the Sozialhilfetraeger entity. The SozialhilfetraegerView must contain the following fields: - name: Bundesland type: Bundesland - name: Name type: STRING - name: Traegerart type: Traeger The data source for the [Traegerart] select control should be loaded from the relative URL: "/TraegerService/traeger" (HTTP-GET) The data source for the [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) An existing Sozialhilfetraeger entity should be loaded from the relative URL: "/TraegerService/sozialhilfetraeger/{id}" (HTTP-GET) If a new Sozialhilfetraeger entity has been created, the new entity should be posted to the relative URL: "/TraegerService/sozialhilfetraeger" (HTTP-POST) If an existing Sozialhilfetraeger entity has been updated, the modified entity should be sent to the relative URL: "/TraegerService/sozialhilfetraeger/{id}" (HTTP-PUT) If an existing Sozialhilfetraeger entity has to be deleted, the following relative URL should be called: "/TraegerService/sozialhilfetraeger/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Bewohner columns: - column: Pflegeheim - column: Sterbedatum - column: Geburtsdatum - column: Sozialhilfetraeger - column: Pflegekasse - column: Auszugsdatum - column: AktuellerPflegestatus - column: HatAngehoerigeDieZahlen - column: Einzugsdatum - column: Geschlecht - column: Pflegegrad - column: Nachname - column: Vorname The table should have the title "Bewohners" und the data must be loaded from the server with the following relative URL: "/BewohnerService/bewohner/sozialhilfetraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum