Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AppView
Please create a React-JS view called "AppView" for the fields of the App entity. The AppView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING - name: Plattform type: STRING - name: Url type: STRING An existing App entity should be loaded from the relative URL: "/HydrantTypeService/app/{id}" (HTTP-GET) If a new App entity has been created, the new entity should be posted to the relative URL: "/HydrantTypeService/app" (HTTP-POST) If an existing App entity has been updated, the modified entity should be sent to the relative URL: "/HydrantTypeService/app/{id}" (HTTP-PUT) If an existing App entity has to be deleted, the following relative URL should be called: "/HydrantTypeService/app/{id}" (HTTP-DELETE) Add a HTML table to the view with the following AppHydrantenDatenquelle columns: - column: HatEchtzeitStatus - column: App - column: Beschreibung - column: WasserNetz The table should have the title "AppHydrantenDatenquelles" und the data must be loaded from the server with the following relative URL: "/HydrantTypeService/apphydrantendatenquelle/app/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum