Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BerichtView
Please create a React-JS view called "BerichtView" for the fields of the Bericht entity. The BerichtView must contain the following fields: - name: BerichtTyp type: STRING - name: Bundesverband type: Bundesverband - name: Jahr type: LONG - name: LokaleTafel type: LokaleTafel - name: Url type: STRING - name: VeroeffentlichtAm type: DATE The data source for the [Bundesverband] select control should be loaded from the relative URL: "/BundesverbandService/bundesverband" (HTTP-GET) The data source for the [LokaleTafel] select control should be loaded from the relative URL: "/LokaleTafelService/lokaletafel" (HTTP-GET) An existing Bericht entity should be loaded from the relative URL: "/LokaleTafelService/bericht/{id}" (HTTP-GET) If a new Bericht entity has been created, the new entity should be posted to the relative URL: "/LokaleTafelService/bericht" (HTTP-POST) If an existing Bericht entity has been updated, the modified entity should be sent to the relative URL: "/LokaleTafelService/bericht/{id}" (HTTP-PUT) If an existing Bericht entity has to be deleted, the following relative URL should be called: "/LokaleTafelService/bericht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum