Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StellplatzPreisView
Please create a React-JS view called "StellplatzPreisView" for the fields of the StellplatzPreis entity. The StellplatzPreisView must contain the following fields: - name: AbwasserInklusive type: BOOL - name: Gaestetyp type: Gaestetyp - name: PreisProNacht type: DOUBLE - name: Saison type: Saison - name: SanitaerInklusive type: BOOL - name: Stellplatz type: Stellplatz - name: StromInklusive type: BOOL - name: Waehrung type: STRING - name: WasserInklusive type: BOOL The data source for the [Gaestetyp] select control should be loaded from the relative URL: "/GaestetypService/gaestetyp" (HTTP-GET) The data source for the [Stellplatz] select control should be loaded from the relative URL: "/StellplatzService/stellplatz" (HTTP-GET) The data source for the [Saison] select control should be loaded from the relative URL: "/CampingplatzService/saison" (HTTP-GET) An existing StellplatzPreis entity should be loaded from the relative URL: "/GaestetypService/stellplatzpreis/{id}" (HTTP-GET) If a new StellplatzPreis entity has been created, the new entity should be posted to the relative URL: "/GaestetypService/stellplatzpreis" (HTTP-POST) If an existing StellplatzPreis entity has been updated, the modified entity should be sent to the relative URL: "/GaestetypService/stellplatzpreis/{id}" (HTTP-PUT) If an existing StellplatzPreis entity has to be deleted, the following relative URL should be called: "/GaestetypService/stellplatzpreis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum