Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EntgeltbestandteilView
Please create a React-JS view called "EntgeltbestandteilView" for the fields of the Entgeltbestandteil entity. The EntgeltbestandteilView must contain the following fields: - name: Beschreibung type: STRING - name: Code type: STRING - name: Name type: STRING - name: Rechtsgrundlage type: Rechtsgrundlage The data source for the [Rechtsgrundlage] select control should be loaded from the relative URL: "/RechtsgrundlageService/rechtsgrundlage" (HTTP-GET) An existing Entgeltbestandteil entity should be loaded from the relative URL: "/RechtsgrundlageService/entgeltbestandteil/{id}" (HTTP-GET) If a new Entgeltbestandteil entity has been created, the new entity should be posted to the relative URL: "/RechtsgrundlageService/entgeltbestandteil" (HTTP-POST) If an existing Entgeltbestandteil entity has been updated, the modified entity should be sent to the relative URL: "/RechtsgrundlageService/entgeltbestandteil/{id}" (HTTP-PUT) If an existing Entgeltbestandteil entity has to be deleted, the following relative URL should be called: "/RechtsgrundlageService/entgeltbestandteil/{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/entgeltbestandteil/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum