Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ArzneimittelView
Please create a React-JS view called "ArzneimittelView" for the fields of the Arzneimittel entity. The ArzneimittelView must contain the following fields: - name: ApothekenpflichtFlag type: BOOL - name: ApothekenpflichtKategorie type: ApothekenpflichtKategorie - name: Beschreibung type: STRING - name: Name type: STRING - name: VerschreibungspflichtFlag type: BOOL The data source for the [ApothekenpflichtKategorie] select control should be loaded from the relative URL: "/ApothekenpflichtKategorieService/apothekenpflichtkategorie" (HTTP-GET) An existing Arzneimittel entity should be loaded from the relative URL: "/ApothekenpflichtKategorieService/arzneimittel/{id}" (HTTP-GET) If a new Arzneimittel entity has been created, the new entity should be posted to the relative URL: "/ApothekenpflichtKategorieService/arzneimittel" (HTTP-POST) If an existing Arzneimittel entity has been updated, the modified entity should be sent to the relative URL: "/ApothekenpflichtKategorieService/arzneimittel/{id}" (HTTP-PUT) If an existing Arzneimittel entity has to be deleted, the following relative URL should be called: "/ApothekenpflichtKategorieService/arzneimittel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum