Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
OeffnungszeitView
Please create a React-JS view called "OeffnungszeitView" for the fields of the Oeffnungszeit entity. The OeffnungszeitView must contain the following fields: - name: BisZeit type: STRING - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Standort type: Standort - name: VonZeit type: STRING - name: Wochentag type: LONG The data source for the [Standort] select control should be loaded from the relative URL: "/StandortService/standort" (HTTP-GET) An existing Oeffnungszeit entity should be loaded from the relative URL: "/StandortService/oeffnungszeit/{id}" (HTTP-GET) If a new Oeffnungszeit entity has been created, the new entity should be posted to the relative URL: "/StandortService/oeffnungszeit" (HTTP-POST) If an existing Oeffnungszeit entity has been updated, the modified entity should be sent to the relative URL: "/StandortService/oeffnungszeit/{id}" (HTTP-PUT) If an existing Oeffnungszeit entity has to be deleted, the following relative URL should be called: "/StandortService/oeffnungszeit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum