Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
UnterrichtsstundeView
Please create a React-JS view called "UnterrichtsstundeView" for the fields of the Unterrichtsstunde entity. The UnterrichtsstundeView must contain the following fields: - name: DauerMinuten type: LONG - name: Fach type: Fach - name: GeplantAm type: STRING - name: IstNachholstunde type: BOOL - name: Lehrkraft type: Lehrkraft - name: NachhilfeVertrag type: NachhilfeVertrag - name: Ortsbeschreibung type: STRING - name: Unterrichtsformat type: Unterrichtsformat The data source for the [Fach] select control should be loaded from the relative URL: "/LandService/fach" (HTTP-GET) The data source for the [Unterrichtsformat] select control should be loaded from the relative URL: "/UnterrichtsformatService/unterrichtsformat" (HTTP-GET) The data source for the [Lehrkraft] select control should be loaded from the relative URL: "/NachhilfeanbieterService/lehrkraft" (HTTP-GET) The data source for the [NachhilfeVertrag] select control should be loaded from the relative URL: "/SchuelerService/nachhilfevertrag" (HTTP-GET) An existing Unterrichtsstunde entity should be loaded from the relative URL: "/UnterrichtsformatService/unterrichtsstunde/{id}" (HTTP-GET) If a new Unterrichtsstunde entity has been created, the new entity should be posted to the relative URL: "/UnterrichtsformatService/unterrichtsstunde" (HTTP-POST) If an existing Unterrichtsstunde entity has been updated, the modified entity should be sent to the relative URL: "/UnterrichtsformatService/unterrichtsstunde/{id}" (HTTP-PUT) If an existing Unterrichtsstunde entity has to be deleted, the following relative URL should be called: "/UnterrichtsformatService/unterrichtsstunde/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum