Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PreisStudieEintragView
Please create a React-JS view called "PreisStudieEintragView" for the fields of the PreisStudieEintrag entity. The PreisStudieEintragView must contain the following fields: - name: DauerMinuten type: LONG - name: MonatsPreis type: STRING - name: Notizen type: STRING - name: PreisStudie type: PreisStudie - name: Region type: Region - name: Unterrichtsformat type: Unterrichtsformat The data source for the [Unterrichtsformat] select control should be loaded from the relative URL: "/UnterrichtsformatService/unterrichtsformat" (HTTP-GET) The data source for the [PreisStudie] select control should be loaded from the relative URL: "/LandService/preisstudie" (HTTP-GET) The data source for the [Region] select control should be loaded from the relative URL: "/RegionService/region" (HTTP-GET) An existing PreisStudieEintrag entity should be loaded from the relative URL: "/UnterrichtsformatService/preisstudieeintrag/{id}" (HTTP-GET) If a new PreisStudieEintrag entity has been created, the new entity should be posted to the relative URL: "/UnterrichtsformatService/preisstudieeintrag" (HTTP-POST) If an existing PreisStudieEintrag entity has been updated, the modified entity should be sent to the relative URL: "/UnterrichtsformatService/preisstudieeintrag/{id}" (HTTP-PUT) If an existing PreisStudieEintrag entity has to be deleted, the following relative URL should be called: "/UnterrichtsformatService/preisstudieeintrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum