Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MembranmodulView
Please create a React-JS view called "MembranmodulView" for the fields of the Membranmodul entity. The MembranmodulView must contain the following fields: - name: Beschreibung type: STRING - name: Hersteller type: STRING - name: MaxDruckBar type: DOUBLE - name: Membranart type: Membranart - name: MembranflaecheM2 type: DOUBLE - name: Modell type: STRING - name: Name type: STRING The data source for the [Membranart] select control should be loaded from the relative URL: "/MembranartService/membranart" (HTTP-GET) An existing Membranmodul entity should be loaded from the relative URL: "/MembranartService/membranmodul/{id}" (HTTP-GET) If a new Membranmodul entity has been created, the new entity should be posted to the relative URL: "/MembranartService/membranmodul" (HTTP-POST) If an existing Membranmodul entity has been updated, the modified entity should be sent to the relative URL: "/MembranartService/membranmodul/{id}" (HTTP-PUT) If an existing Membranmodul entity has to be deleted, the following relative URL should be called: "/MembranartService/membranmodul/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum