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: Ist24h type: BOOL - name: IstGeschlossen type: BOOL - name: Notizen type: STRING - name: Tankstelle type: Tankstelle - name: VonZeit type: STRING - name: WochenTag type: INT The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) An existing OeffnungsZeit entity should be loaded from the relative URL: "/KundenSegmentService/oeffnungszeit/{id}" (HTTP-GET) If a new OeffnungsZeit entity has been created, the new entity should be posted to the relative URL: "/KundenSegmentService/oeffnungszeit" (HTTP-POST) If an existing OeffnungsZeit entity has been updated, the modified entity should be sent to the relative URL: "/KundenSegmentService/oeffnungszeit/{id}" (HTTP-PUT) If an existing OeffnungsZeit entity has to be deleted, the following relative URL should be called: "/KundenSegmentService/oeffnungszeit/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum