Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrassennameView
Please create a React-JS view called "StrassennameView" for the fields of the Strassenname entity. The StrassennameView must contain the following fields: - name: IstEindeutigInStadt type: BOOL - name: Name type: STRING - name: Namenspraefix type: Namenspraefix - name: Namenssuffix type: Namenssuffix - name: Postleitzahl type: STRING - name: Stadt type: Stadt The data source for the [Namenspraefix] select control should be loaded from the relative URL: "/NamenspraefixService/namenspraefix" (HTTP-GET) The data source for the [Stadt] select control should be loaded from the relative URL: "/LandService/stadt" (HTTP-GET) The data source for the [Namenssuffix] select control should be loaded from the relative URL: "/NamenspraefixService/namenssuffix" (HTTP-GET) An existing Strassenname entity should be loaded from the relative URL: "/NamenspraefixService/strassenname/{id}" (HTTP-GET) If a new Strassenname entity has been created, the new entity should be posted to the relative URL: "/NamenspraefixService/strassenname" (HTTP-POST) If an existing Strassenname entity has been updated, the modified entity should be sent to the relative URL: "/NamenspraefixService/strassenname/{id}" (HTTP-PUT) If an existing Strassenname entity has to be deleted, the following relative URL should be called: "/NamenspraefixService/strassenname/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StrassennameStrasse columns: - column: Strassenname - column: BisKm - column: VonKm - column: Strasse The table should have the title "StrassennameStrasses" und the data must be loaded from the server with the following relative URL: "/NamenspraefixService/strassennamestrasse/strassenname/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum