Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahlungsmethodeView
Please create a React-JS view called "ZahlungsmethodeView" for the fields of the Zahlungsmethode entity. The ZahlungsmethodeView must contain the following fields: - name: Ablaufdatum type: DATE - name: Anbieter type: STRING - name: MaskiertesKonto type: STRING - name: Methode type: STRING - name: Nutzer type: Nutzer - name: Standard type: BOOL The data source for the [Nutzer] select control should be loaded from the relative URL: "/LandService/nutzer" (HTTP-GET) An existing Zahlungsmethode entity should be loaded from the relative URL: "/LandService/zahlungsmethode/{id}" (HTTP-GET) If a new Zahlungsmethode entity has been created, the new entity should be posted to the relative URL: "/LandService/zahlungsmethode" (HTTP-POST) If an existing Zahlungsmethode entity has been updated, the modified entity should be sent to the relative URL: "/LandService/zahlungsmethode/{id}" (HTTP-PUT) If an existing Zahlungsmethode entity has to be deleted, the following relative URL should be called: "/LandService/zahlungsmethode/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Zahlung columns: - column: BezahltAm - column: Transaktionsreferenz - column: Betrag - column: Zahlungsmethode - column: Rechnung - column: Status The table should have the title "Zahlungs" und the data must be loaded from the server with the following relative URL: "/RechnungService/zahlung/zahlungsmethode/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum