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