Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PlatzbewertungView
Please create a React-JS view called "PlatzbewertungView" for the fields of the Platzbewertung entity. The PlatzbewertungView must contain the following fields: - name: Abschlag type: Abschlag - name: Bewertungsstelle type: STRING - name: Geschlecht type: STRING - name: Golfplatz type: Golfplatz - name: GueltigAb type: DATE - name: Hinweise type: STRING - name: RatingWert type: STRING - name: SlopeWert type: LONG The data source for the [Golfplatz] select control should be loaded from the relative URL: "/GolfplatzService/golfplatz" (HTTP-GET) The data source for the [Abschlag] select control should be loaded from the relative URL: "/AbschlagService/abschlag" (HTTP-GET) An existing Platzbewertung entity should be loaded from the relative URL: "/GolfplatzService/platzbewertung/{id}" (HTTP-GET) If a new Platzbewertung entity has been created, the new entity should be posted to the relative URL: "/GolfplatzService/platzbewertung" (HTTP-POST) If an existing Platzbewertung entity has been updated, the modified entity should be sent to the relative URL: "/GolfplatzService/platzbewertung/{id}" (HTTP-PUT) If an existing Platzbewertung entity has to be deleted, the following relative URL should be called: "/GolfplatzService/platzbewertung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum