Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZapfsaeuleView
Please create a React-JS view called "ZapfsaeuleView" for the fields of the Zapfsaeule entity. The ZapfsaeuleView must contain the following fields: - name: Bezeichnung type: STRING - name: IstLkwGeeignet type: BOOL - name: PositionIndex type: INT - name: Tankstelle type: Tankstelle The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing Zapfsaeule entity should be loaded from the relative URL: "/ZapfsaeuleService/zapfsaeule/{id}" (HTTP-GET) If a new Zapfsaeule entity has been created, the new entity should be posted to the relative URL: "/ZapfsaeuleService/zapfsaeule" (HTTP-POST) If an existing Zapfsaeule entity has been updated, the modified entity should be sent to the relative URL: "/ZapfsaeuleService/zapfsaeule/{id}" (HTTP-PUT) If an existing Zapfsaeule entity has to be deleted, the following relative URL should be called: "/ZapfsaeuleService/zapfsaeule/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zapfventil columns: - column: KraftstoffArt - column: Zapfsaeule - column: MaxDurchflussrate - column: VentilCode - column: IstHochleistung The table should have the title "Zapfventils" und the data must be loaded from the server with the following relative URL: "/ZapfsaeuleService/zapfventil/zapfsaeule/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum