Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EntgeltzahlungView
Please create a React-JS view called "EntgeltzahlungView" for the fields of the Entgeltzahlung entity. The EntgeltzahlungView must contain the following fields: - name: BisDatum type: DATE - name: Gesamtbetrag type: STRING - name: TeilnehmendePerson type: TeilnehmendePerson - name: VonDatum type: DATE The data source for the [TeilnehmendePerson] select control should be loaded from the relative URL: "/TeilnehmendePersonService/teilnehmendeperson" (HTTP-GET) An existing Entgeltzahlung entity should be loaded from the relative URL: "/EntgeltzahlungService/entgeltzahlung/{id}" (HTTP-GET) If a new Entgeltzahlung entity has been created, the new entity should be posted to the relative URL: "/EntgeltzahlungService/entgeltzahlung" (HTTP-POST) If an existing Entgeltzahlung entity has been updated, the modified entity should be sent to the relative URL: "/EntgeltzahlungService/entgeltzahlung/{id}" (HTTP-PUT) If an existing Entgeltzahlung entity has to be deleted, the following relative URL should be called: "/EntgeltzahlungService/entgeltzahlung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Entgeltzahlungsbestandteil columns: - column: Entgeltbestandteil - column: Entgeltzahlung - column: Betrag The table should have the title "Entgeltzahlungsbestandteils" und the data must be loaded from the server with the following relative URL: "/EntgeltzahlungService/entgeltzahlungsbestandteil/entgeltzahlung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum