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: IstFeiertagRegelung type: BOOL - name: OeffnetUm type: STRING - name: SchliesstUm type: STRING - name: Supermarkt type: Supermarkt - name: Wochentag type: STRING The data source for the [Supermarkt] select control should be loaded from the relative URL: "/SupermarktService/supermarkt" (HTTP-GET) An existing Oeffnungszeit entity should be loaded from the relative URL: "/SupermarktService/oeffnungszeit/{id}" (HTTP-GET) If a new Oeffnungszeit entity has been created, the new entity should be posted to the relative URL: "/SupermarktService/oeffnungszeit" (HTTP-POST) If an existing Oeffnungszeit entity has been updated, the modified entity should be sent to the relative URL: "/SupermarktService/oeffnungszeit/{id}" (HTTP-PUT) If an existing Oeffnungszeit entity has to be deleted, the following relative URL should be called: "/SupermarktService/oeffnungszeit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum