Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MinisteriumView
Please create a React-JS view called "MinisteriumView" for the fields of the Ministerium entity. The MinisteriumView must contain the following fields: - name: Name type: STRING - name: Sitz type: STRING - name: ZustaendigkeitsEbene type: STRING An existing Ministerium entity should be loaded from the relative URL: "/BehoerdeService/ministerium/{id}" (HTTP-GET) If a new Ministerium entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/ministerium" (HTTP-POST) If an existing Ministerium entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/ministerium/{id}" (HTTP-PUT) If an existing Ministerium entity has to be deleted, the following relative URL should be called: "/BehoerdeService/ministerium/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Behoerde columns: - column: Name - column: ZustaendigkeitsEbene - column: Kuerzel - column: Sitz - column: Ministerium The table should have the title "Behoerdes" und the data must be loaded from the server with the following relative URL: "/BehoerdeService/behoerde/ministerium/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum