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: DOUBLE - name: Notizen type: STRING - name: Rechnung type: Rechnung - name: TransaktionsReferenz type: STRING - name: ZahlungsDatum type: DATE - name: ZahlungsMethode type: STRING 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