Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahlungsArtView
Please create a React-JS view called "ZahlungsArtView" for the fields of the ZahlungsArt entity. The ZahlungsArtView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING An existing ZahlungsArt entity should be loaded from the relative URL: "/ShopProduktKategorieService/zahlungsart/{id}" (HTTP-GET) If a new ZahlungsArt entity has been created, the new entity should be posted to the relative URL: "/ShopProduktKategorieService/zahlungsart" (HTTP-POST) If an existing ZahlungsArt entity has been updated, the modified entity should be sent to the relative URL: "/ShopProduktKategorieService/zahlungsart/{id}" (HTTP-PUT) If an existing ZahlungsArt entity has to be deleted, the following relative URL should be called: "/ShopProduktKategorieService/zahlungsart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TankstelleZahlungsOption columns: - column: Tankstelle - column: IstBevorzugt - column: Notizen - column: ZahlungsArt The table should have the title "TankstelleZahlungsOptions" und the data must be loaded from the server with the following relative URL: "/ShopProduktKategorieService/tankstellezahlungsoption/zahlungsart/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum