Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FerienanlageView
Please create a React-JS view called "FerienanlageView" for the fields of the Ferienanlage entity. The FerienanlageView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Ort type: STRING An existing Ferienanlage entity should be loaded from the relative URL: "/UnterkunftService/ferienanlage/{id}" (HTTP-GET) If a new Ferienanlage entity has been created, the new entity should be posted to the relative URL: "/UnterkunftService/ferienanlage" (HTTP-POST) If an existing Ferienanlage entity has been updated, the modified entity should be sent to the relative URL: "/UnterkunftService/ferienanlage/{id}" (HTTP-PUT) If an existing Ferienanlage entity has to be deleted, the following relative URL should be called: "/UnterkunftService/ferienanlage/{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/ferienanlage/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum