Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahlungView
Please create a React-JS view called "ZahlungView" for the fields of the Zahlung entity. The ZahlungView must contain the following fields: - name: Betrag type: STRING - name: BezahltAm type: DATE - name: Rechnung type: Rechnung - name: Status type: STRING - name: Transaktionsreferenz type: STRING - name: Zahlungsmethode type: Zahlungsmethode The data source for the [Zahlungsmethode] select control should be loaded from the relative URL: "/LandService/zahlungsmethode" (HTTP-GET) The data source for the [Rechnung] select control should be loaded from the relative URL: "/RechnungService/rechnung" (HTTP-GET) An existing Zahlung entity should be loaded from the relative URL: "/RechnungService/zahlung/{id}" (HTTP-GET) If a new Zahlung entity has been created, the new entity should be posted to the relative URL: "/RechnungService/zahlung" (HTTP-POST) If an existing Zahlung entity has been updated, the modified entity should be sent to the relative URL: "/RechnungService/zahlung/{id}" (HTTP-PUT) If an existing Zahlung entity has to be deleted, the following relative URL should be called: "/RechnungService/zahlung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum