Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ProzedurView
Please create a React-JS view called "ProzedurView" for the fields of the Prozedur entity. The ProzedurView must contain the following fields: - name: Beschreibung type: STRING - name: Fall type: Fall - name: IstHauptprozedur type: BOOL - name: Ops type: Ops - name: ProzedurDatum type: STRING The data source for the [Ops] select control should be loaded from the relative URL: "/AbteilungService/ops" (HTTP-GET) The data source for the [Fall] select control should be loaded from the relative URL: "/FallService/fall" (HTTP-GET) An existing Prozedur entity should be loaded from the relative URL: "/FallService/prozedur/{id}" (HTTP-GET) If a new Prozedur entity has been created, the new entity should be posted to the relative URL: "/FallService/prozedur" (HTTP-POST) If an existing Prozedur entity has been updated, the modified entity should be sent to the relative URL: "/FallService/prozedur/{id}" (HTTP-PUT) If an existing Prozedur entity has to be deleted, the following relative URL should be called: "/FallService/prozedur/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum