Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZapfventilView
Please create a React-JS view called "ZapfventilView" for the fields of the Zapfventil entity. The ZapfventilView must contain the following fields: - name: IstHochleistung type: BOOL - name: KraftstoffArt type: KraftstoffArt - name: MaxDurchflussrate type: STRING - name: VentilCode type: STRING - name: Zapfsaeule type: Zapfsaeule The data source for the [KraftstoffArt] select control should be loaded from the relative URL: "/KraftstoffArtService/kraftstoffart" (HTTP-GET) The data source for the [Zapfsaeule] select control should be loaded from the relative URL: "/ZapfsaeuleService/zapfsaeule" (HTTP-GET) An existing Zapfventil entity should be loaded from the relative URL: "/ZapfsaeuleService/zapfventil/{id}" (HTTP-GET) If a new Zapfventil entity has been created, the new entity should be posted to the relative URL: "/ZapfsaeuleService/zapfventil" (HTTP-POST) If an existing Zapfventil entity has been updated, the modified entity should be sent to the relative URL: "/ZapfsaeuleService/zapfventil/{id}" (HTTP-PUT) If an existing Zapfventil entity has to be deleted, the following relative URL should be called: "/ZapfsaeuleService/zapfventil/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum