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