Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbgangView
Please create a React-JS view called "AbgangView" for the fields of the Abgang entity. The AbgangView must contain the following fields: - name: Abgangsart type: STRING - name: Bezeichnung type: STRING - name: KurzschlussstromKiloampere type: STRING - name: NennstromAmpere type: STRING - name: Schaltfeld type: Schaltfeld - name: VerbundenesUmspannwerk type: STRING The data source for the [Schaltfeld] select control should be loaded from the relative URL: "/SchaltfeldService/schaltfeld" (HTTP-GET) An existing Abgang entity should be loaded from the relative URL: "/SchaltfeldService/abgang/{id}" (HTTP-GET) If a new Abgang entity has been created, the new entity should be posted to the relative URL: "/SchaltfeldService/abgang" (HTTP-POST) If an existing Abgang entity has been updated, the modified entity should be sent to the relative URL: "/SchaltfeldService/abgang/{id}" (HTTP-PUT) If an existing Abgang entity has to be deleted, the following relative URL should be called: "/SchaltfeldService/abgang/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum