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: Bemerkung type: STRING - name: Betrag type: DOUBLE - name: Bewohner type: Bewohner - name: Heimvertrag type: Heimvertrag - name: LeistenderTyp type: STRING - name: Zahlungsart type: STRING - name: Zahlungsdatum type: DATE The data source for the [Heimvertrag] select control should be loaded from the relative URL: "/PflegeartService/heimvertrag" (HTTP-GET) The data source for the [Bewohner] select control should be loaded from the relative URL: "/BewohnerService/bewohner" (HTTP-GET) An existing Zahlung entity should be loaded from the relative URL: "/BewohnerService/zahlung/{id}" (HTTP-GET) If a new Zahlung entity has been created, the new entity should be posted to the relative URL: "/BewohnerService/zahlung" (HTTP-POST) If an existing Zahlung entity has been updated, the modified entity should be sent to the relative URL: "/BewohnerService/zahlung/{id}" (HTTP-PUT) If an existing Zahlung entity has to be deleted, the following relative URL should be called: "/BewohnerService/zahlung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum