Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BesucherstatistikView
Please create a React-JS view called "BesucherstatistikView" for the fields of the Besucherstatistik entity. The BesucherstatistikView must contain the following fields: - name: BesucherAnzahl type: LONG - name: Jahr type: LONG - name: Notizen type: STRING - name: TicketEinnahmen type: STRING - name: Zoo type: Zoo The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) An existing Besucherstatistik entity should be loaded from the relative URL: "/RechtsdefinitionService/besucherstatistik/{id}" (HTTP-GET) If a new Besucherstatistik entity has been created, the new entity should be posted to the relative URL: "/RechtsdefinitionService/besucherstatistik" (HTTP-POST) If an existing Besucherstatistik entity has been updated, the modified entity should be sent to the relative URL: "/RechtsdefinitionService/besucherstatistik/{id}" (HTTP-PUT) If an existing Besucherstatistik entity has to be deleted, the following relative URL should be called: "/RechtsdefinitionService/besucherstatistik/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum