Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BehoerdeView
Please create a React-JS view called "BehoerdeView" for the fields of the Behoerde entity. The BehoerdeView must contain the following fields: - name: Beschreibung type: STRING - name: ErzeugtAm type: DATE - name: Kurzname type: STRING - name: Name type: STRING - name: Webseite type: STRING An existing Behoerde entity should be loaded from the relative URL: "/CopernicusProduktService/behoerde/{id}" (HTTP-GET) If a new Behoerde entity has been created, the new entity should be posted to the relative URL: "/CopernicusProduktService/behoerde" (HTTP-POST) If an existing Behoerde entity has been updated, the modified entity should be sent to the relative URL: "/CopernicusProduktService/behoerde/{id}" (HTTP-PUT) If an existing Behoerde entity has to be deleted, the following relative URL should be called: "/CopernicusProduktService/behoerde/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Organisationseinheit columns: - column: Name - column: Email - column: Telefon - column: ErzeugtAm - column: Behoerde - column: Code - column: Beschreibung The table should have the title "Organisationseinheits" und the data must be loaded from the server with the following relative URL: "/OrganisationseinheitService/organisationseinheit/behoerde/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum