Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BundeslandView
Please create a React-JS view called "BundeslandView" for the fields of the Bundesland entity. The BundeslandView must contain the following fields: - name: Land type: Land - name: Name type: STRING The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Bundesland entity should be loaded from the relative URL: "/LandService/bundesland/{id}" (HTTP-GET) If a new Bundesland entity has been created, the new entity should be posted to the relative URL: "/LandService/bundesland" (HTTP-POST) If an existing Bundesland entity has been updated, the modified entity should be sent to the relative URL: "/LandService/bundesland/{id}" (HTTP-PUT) If an existing Bundesland entity has to be deleted, the following relative URL should be called: "/LandService/bundesland/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Leistungstraeger columns: - column: Adresse1 - column: Ort - column: Land - column: Traegertyp - column: Name - column: Adresse2 - column: Postleitzahl - column: Bundesland The table should have the title "Leistungstraegers" und the data must be loaded from the server with the following relative URL: "/LandService/leistungstraeger/bundesland/{id}" Add a HTML table to the view with the following Person columns: - column: Nachname - column: Geschlecht - column: Ort - column: Land - column: Geburtsdatum - column: Postleitzahl - column: Strasse - column: Vorname - column: Bundesland The table should have the title "Persons" und the data must be loaded from the server with the following relative URL: "/PersonService/person/bundesland/{id}" Add a HTML table to the view with the following Traegerorganisation columns: - column: Traegertyp - column: Adresse2 - column: Ort - column: WebseiteUrl - column: Postleitzahl - column: Name - column: Adresse1 - column: Bundesland - column: Rechtsform - column: Land The table should have the title "Traegerorganisations" und the data must be loaded from the server with the following relative URL: "/LandService/traegerorganisation/bundesland/{id}" Add a HTML table to the view with the following Werkstatt columns: - column: Beschreibung - column: Name - column: Rechtsgrundlage - column: MitgliedEaspd - column: Kurzname - column: Land - column: Bundesland - column: Haupttraeger - column: MitgliedBagWfbm - column: Gruendungsjahr The table should have the title "Werkstatts" und the data must be loaded from the server with the following relative URL: "/WerkstattService/werkstatt/bundesland/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum