Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AppHydrantenDatenquelleView
Please create a React-JS view called "AppHydrantenDatenquelleView" for the fields of the AppHydrantenDatenquelle entity. The AppHydrantenDatenquelleView must contain the following fields: - name: App type: App - name: Beschreibung type: STRING - name: HatEchtzeitStatus type: BOOL - name: WasserNetz type: WasserNetz The data source for the [App] select control should be loaded from the relative URL: "/HydrantTypeService/app" (HTTP-GET) The data source for the [WasserNetz] select control should be loaded from the relative URL: "/WasserNetzService/wassernetz" (HTTP-GET) An existing AppHydrantenDatenquelle entity should be loaded from the relative URL: "/HydrantTypeService/apphydrantendatenquelle/{id}" (HTTP-GET) If a new AppHydrantenDatenquelle entity has been created, the new entity should be posted to the relative URL: "/HydrantTypeService/apphydrantendatenquelle" (HTTP-POST) If an existing AppHydrantenDatenquelle entity has been updated, the modified entity should be sent to the relative URL: "/HydrantTypeService/apphydrantendatenquelle/{id}" (HTTP-PUT) If an existing AppHydrantenDatenquelle entity has to be deleted, the following relative URL should be called: "/HydrantTypeService/apphydrantendatenquelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum