Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StrafeView
Please create a React-JS view called "StrafeView" for the fields of the Strafe entity. The StrafeView must contain the following fields: - name: Beschreibung type: STRING - name: Betrag type: STRING - name: FestgestelltAm type: DATE - name: Reservierung type: Reservierung - name: Strafentyp type: Strafentyp The data source for the [Reservierung] select control should be loaded from the relative URL: "/StationService/reservierung" (HTTP-GET) The data source for the [Strafentyp] select control should be loaded from the relative URL: "/OrganisationstypService/strafentyp" (HTTP-GET) An existing Strafe entity should be loaded from the relative URL: "/StationService/strafe/{id}" (HTTP-GET) If a new Strafe entity has been created, the new entity should be posted to the relative URL: "/StationService/strafe" (HTTP-POST) If an existing Strafe entity has been updated, the modified entity should be sent to the relative URL: "/StationService/strafe/{id}" (HTTP-PUT) If an existing Strafe entity has to be deleted, the following relative URL should be called: "/StationService/strafe/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum