Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtlicheEinschraenkungView
Please create a React-JS view called "RechtlicheEinschraenkungView" for the fields of the RechtlicheEinschraenkung entity. The RechtlicheEinschraenkungView must contain the following fields: - name: Behoerde type: STRING - name: Beschreibung type: STRING - name: BisDatum type: DATE - name: Golfplatz type: Golfplatz - name: Typ type: STRING - name: VonDatum type: DATE The data source for the [Golfplatz] select control should be loaded from the relative URL: "/GolfplatzService/golfplatz" (HTTP-GET) An existing RechtlicheEinschraenkung entity should be loaded from the relative URL: "/GolfplatzService/rechtlicheeinschraenkung/{id}" (HTTP-GET) If a new RechtlicheEinschraenkung entity has been created, the new entity should be posted to the relative URL: "/GolfplatzService/rechtlicheeinschraenkung" (HTTP-POST) If an existing RechtlicheEinschraenkung entity has been updated, the modified entity should be sent to the relative URL: "/GolfplatzService/rechtlicheeinschraenkung/{id}" (HTTP-PUT) If an existing RechtlicheEinschraenkung entity has to be deleted, the following relative URL should be called: "/GolfplatzService/rechtlicheeinschraenkung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum