Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GaestetypView
Please create a React-JS view called "GaestetypView" for the fields of the Gaestetyp entity. The GaestetypView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING An existing Gaestetyp entity should be loaded from the relative URL: "/GaestetypService/gaestetyp/{id}" (HTTP-GET) If a new Gaestetyp entity has been created, the new entity should be posted to the relative URL: "/GaestetypService/gaestetyp" (HTTP-POST) If an existing Gaestetyp entity has been updated, the modified entity should be sent to the relative URL: "/GaestetypService/gaestetyp/{id}" (HTTP-PUT) If an existing Gaestetyp entity has to be deleted, the following relative URL should be called: "/GaestetypService/gaestetyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StellplatzPreis columns: - column: Waehrung - column: Gaestetyp - column: AbwasserInklusive - column: Saison - column: PreisProNacht - column: WasserInklusive - column: StromInklusive - column: Stellplatz - column: SanitaerInklusive The table should have the title "StellplatzPreiss" und the data must be loaded from the server with the following relative URL: "/GaestetypService/stellplatzpreis/gaestetyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum