Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HistorischePeriodeView
Please create a React-JS view called "HistorischePeriodeView" for the fields of the HistorischePeriode entity. The HistorischePeriodeView must contain the following fields: - name: Beschreibung type: STRING - name: Endjahr type: LONG - name: Name type: STRING - name: Startjahr type: LONG An existing HistorischePeriode entity should be loaded from the relative URL: "/PflanzeService/historischeperiode/{id}" (HTTP-GET) If a new HistorischePeriode entity has been created, the new entity should be posted to the relative URL: "/PflanzeService/historischeperiode" (HTTP-POST) If an existing HistorischePeriode entity has been updated, the modified entity should be sent to the relative URL: "/PflanzeService/historischeperiode/{id}" (HTTP-PUT) If an existing HistorischePeriode entity has to be deleted, the following relative URL should be called: "/PflanzeService/historischeperiode/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum