Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BetriebserlaubnisView
Please create a React-JS view called "BetriebserlaubnisView" for the fields of the Betriebserlaubnis entity. The BetriebserlaubnisView must contain the following fields: - name: Auflagen type: STRING - name: Einrichtung type: Einrichtung - name: Erteilungsdatum type: DATE - name: RechtsgrundlageParagraf type: STRING - name: Ruecknahmedatum type: DATE - name: Widerrufsdatum type: DATE The data source for the [Einrichtung] select control should be loaded from the relative URL: "/EinrichtungService/einrichtung" (HTTP-GET) An existing Betriebserlaubnis entity should be loaded from the relative URL: "/EinrichtungService/betriebserlaubnis/{id}" (HTTP-GET) If a new Betriebserlaubnis entity has been created, the new entity should be posted to the relative URL: "/EinrichtungService/betriebserlaubnis" (HTTP-POST) If an existing Betriebserlaubnis entity has been updated, the modified entity should be sent to the relative URL: "/EinrichtungService/betriebserlaubnis/{id}" (HTTP-PUT) If an existing Betriebserlaubnis entity has to be deleted, the following relative URL should be called: "/EinrichtungService/betriebserlaubnis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum