Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
SchaltanlageHistorieView
Please create a React-JS view called "SchaltanlageHistorieView" for the fields of the SchaltanlageHistorie entity. The SchaltanlageHistorieView must contain the following fields: - name: HistorischerEintrag type: HistorischerEintrag - name: Schaltanlage type: Schaltanlage The data source for the [Schaltanlage] select control should be loaded from the relative URL: "/SchaltanlageService/schaltanlage" (HTTP-GET) The data source for the [HistorischerEintrag] select control should be loaded from the relative URL: "/HistorischerEintragService/historischereintrag" (HTTP-GET) An existing SchaltanlageHistorie entity should be loaded from the relative URL: "/HistorischerEintragService/schaltanlagehistorie/{id}" (HTTP-GET) If a new SchaltanlageHistorie entity has been created, the new entity should be posted to the relative URL: "/HistorischerEintragService/schaltanlagehistorie" (HTTP-POST) If an existing SchaltanlageHistorie entity has been updated, the modified entity should be sent to the relative URL: "/HistorischerEintragService/schaltanlagehistorie/{id}" (HTTP-PUT) If an existing SchaltanlageHistorie entity has to be deleted, the following relative URL should be called: "/HistorischerEintragService/schaltanlagehistorie/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum