Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
EinkommensstatistikView
Please create a React-JS view called "EinkommensstatistikView" for the fields of the Einkommensstatistik entity. The EinkommensstatistikView must contain the following fields: - name: Durchschnittseinkommen type: STRING - name: Geschlecht type: STRING - name: Jahr type: LONG - name: Land type: Land - name: MedianEinkommen type: STRING - name: Quelle type: STRING - name: Rollentyp type: Rollentyp - name: Waehrung type: STRING The data source for the [Rollentyp] select control should be loaded from the relative URL: "/RollentypService/rollentyp" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing Einkommensstatistik entity should be loaded from the relative URL: "/RollentypService/einkommensstatistik/{id}" (HTTP-GET) If a new Einkommensstatistik entity has been created, the new entity should be posted to the relative URL: "/RollentypService/einkommensstatistik" (HTTP-POST) If an existing Einkommensstatistik entity has been updated, the modified entity should be sent to the relative URL: "/RollentypService/einkommensstatistik/{id}" (HTTP-PUT) If an existing Einkommensstatistik entity has to be deleted, the following relative URL should be called: "/RollentypService/einkommensstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum