Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MedienberichtView
Please create a React-JS view called "MedienberichtView" for the fields of the Medienbericht entity. The MedienberichtView must contain the following fields: - name: BerichtTyp type: STRING - name: Bundesverband type: Bundesverband - name: Datum type: DATE - name: LokaleTafel type: LokaleTafel - name: Medium type: STRING - name: Titel type: STRING - name: Url type: STRING 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 Medienbericht entity should be loaded from the relative URL: "/BundesverbandService/medienbericht/{id}" (HTTP-GET) If a new Medienbericht entity has been created, the new entity should be posted to the relative URL: "/BundesverbandService/medienbericht" (HTTP-POST) If an existing Medienbericht entity has been updated, the modified entity should be sent to the relative URL: "/BundesverbandService/medienbericht/{id}" (HTTP-PUT) If an existing Medienbericht entity has to be deleted, the following relative URL should be called: "/BundesverbandService/medienbericht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum