Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EigentuemerView
Please create a React-JS view called "EigentuemerView" for the fields of the Eigentuemer entity. The EigentuemerView must contain the following fields: - name: Adresse type: STRING - name: KontaktEmail type: STRING - name: KontaktTelefon type: STRING - name: Name type: STRING An existing Eigentuemer entity should be loaded from the relative URL: "/UnterkunftService/eigentuemer/{id}" (HTTP-GET) If a new Eigentuemer entity has been created, the new entity should be posted to the relative URL: "/UnterkunftService/eigentuemer" (HTTP-POST) If an existing Eigentuemer entity has been updated, the modified entity should be sent to the relative URL: "/UnterkunftService/eigentuemer/{id}" (HTTP-PUT) If an existing Eigentuemer entity has to be deleted, the following relative URL should be called: "/UnterkunftService/eigentuemer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Unterkunft columns: - column: Typ - column: Ferienanlage - column: HatPrivatenEingang - column: Ort - column: Flaeche - column: Eigentuemer - column: Vermittler - column: MaxPersonen - column: Name - column: IstTeilWohngebaeude - column: IstTeilFerienanlage - column: Beschreibung The table should have the title "Unterkunfts" und the data must be loaded from the server with the following relative URL: "/UnterkunftService/unterkunft/eigentuemer/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum