Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WasserhindernisView
Please create a React-JS view called "WasserhindernisView" for the fields of the Wasserhindernis entity. The WasserhindernisView must contain the following fields: - name: Geschuetzt type: BOOL - name: Loch type: Loch - name: PositionBeschreibung type: STRING - name: Seitlich type: BOOL - name: Typ type: STRING The data source for the [Loch] select control should be loaded from the relative URL: "/LochService/loch" (HTTP-GET) An existing Wasserhindernis entity should be loaded from the relative URL: "/GolfplatzService/wasserhindernis/{id}" (HTTP-GET) If a new Wasserhindernis entity has been created, the new entity should be posted to the relative URL: "/GolfplatzService/wasserhindernis" (HTTP-POST) If an existing Wasserhindernis entity has been updated, the modified entity should be sent to the relative URL: "/GolfplatzService/wasserhindernis/{id}" (HTTP-PUT) If an existing Wasserhindernis entity has to be deleted, the following relative URL should be called: "/GolfplatzService/wasserhindernis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum