Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
StatistikDatensatzView
Please create a React-JS view called "StatistikDatensatzView" for the fields of the StatistikDatensatz entity. The StatistikDatensatzView must contain the following fields: - name: Bundesland type: Bundesland - name: GrossTagespflegen type: LONG - name: Jahr type: LONG - name: KinderInPflege type: LONG - name: Monat type: LONG - name: Quelle type: STRING - name: Staat type: Staat - name: Tagespflegepersonen type: LONG The data source for the [Bundesland] select control should be loaded from the relative URL: "/BundeslandService/bundesland" (HTTP-GET) The data source for the [Staat] select control should be loaded from the relative URL: "/StaatService/staat" (HTTP-GET) An existing StatistikDatensatz entity should be loaded from the relative URL: "/BundeslandService/statistikdatensatz/{id}" (HTTP-GET) If a new StatistikDatensatz entity has been created, the new entity should be posted to the relative URL: "/BundeslandService/statistikdatensatz" (HTTP-POST) If an existing StatistikDatensatz entity has been updated, the modified entity should be sent to the relative URL: "/BundeslandService/statistikdatensatz/{id}" (HTTP-PUT) If an existing StatistikDatensatz entity has to be deleted, the following relative URL should be called: "/BundeslandService/statistikdatensatz/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum