Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WaschAnlageView
Please create a React-JS view called "WaschAnlageView" for the fields of the WaschAnlage entity. The WaschAnlageView must contain the following fields: - name: HatUnterboden type: BOOL - name: MaxHoeheM type: STRING - name: Name type: STRING - name: Tankstelle type: Tankstelle - name: Typ type: STRING The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing WaschAnlage entity should be loaded from the relative URL: "/TankstelleService/waschanlage/{id}" (HTTP-GET) If a new WaschAnlage entity has been created, the new entity should be posted to the relative URL: "/TankstelleService/waschanlage" (HTTP-POST) If an existing WaschAnlage entity has been updated, the modified entity should be sent to the relative URL: "/TankstelleService/waschanlage/{id}" (HTTP-PUT) If an existing WaschAnlage entity has to be deleted, the following relative URL should be called: "/TankstelleService/waschanlage/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum