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: "/KrankenhausService/land" (HTTP-GET) An existing Bundesland entity should be loaded from the relative URL: "/KrankenhausService/bundesland/{id}" (HTTP-GET) If a new Bundesland entity has been created, the new entity should be posted to the relative URL: "/KrankenhausService/bundesland" (HTTP-POST) If an existing Bundesland entity has been updated, the modified entity should be sent to the relative URL: "/KrankenhausService/bundesland/{id}" (HTTP-PUT) If an existing Bundesland entity has to be deleted, the following relative URL should be called: "/KrankenhausService/bundesland/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Stadt columns: - column: Bundesland - column: Name The table should have the title "Stadts" und the data must be loaded from the server with the following relative URL: "/TraegerArtService/stadt/bundesland/{id}" Add a HTML table to the view with the following Krankenhaus columns: - column: Name - column: Postleitzahl - column: TraegerArt - column: Land - column: Gruendungsjahr - column: Kurzname - column: BettenGeplant - column: KrankenhausArt - column: IstUniversitaetsklinikum - column: Bundesland - column: Traeger - column: Strasse - column: BettenTatsaechlich - column: Stadt - column: Versorgungsstufe The table should have the title "Krankenhauss" und the data must be loaded from the server with the following relative URL: "/KrankenhausService/krankenhaus/bundesland/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum