Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RoughView
Please create a React-JS view called "RoughView" for the fields of the Rough entity. The RoughView must contain the following fields: - name: Beschreibung type: STRING - name: Grasart type: STRING - name: Loch type: Loch - name: Pflegegrad type: STRING - 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 Rough entity should be loaded from the relative URL: "/LochService/rough/{id}" (HTTP-GET) If a new Rough entity has been created, the new entity should be posted to the relative URL: "/LochService/rough" (HTTP-POST) If an existing Rough entity has been updated, the modified entity should be sent to the relative URL: "/LochService/rough/{id}" (HTTP-PUT) If an existing Rough entity has to be deleted, the following relative URL should be called: "/LochService/rough/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum