Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ArzneimittelPreisregelView
Please create a React-JS view called "ArzneimittelPreisregelView" for the fields of the ArzneimittelPreisregel entity. The ArzneimittelPreisregelView must contain the following fields: - name: Beschreibung type: STRING - name: Gesetz type: Gesetz - name: GueltigAb type: DATE - name: Land type: Land The data source for the [Gesetz] select control should be loaded from the relative URL: "/GesetzService/gesetz" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing ArzneimittelPreisregel entity should be loaded from the relative URL: "/GesetzService/arzneimittelpreisregel/{id}" (HTTP-GET) If a new ArzneimittelPreisregel entity has been created, the new entity should be posted to the relative URL: "/GesetzService/arzneimittelpreisregel" (HTTP-POST) If an existing ArzneimittelPreisregel entity has been updated, the modified entity should be sent to the relative URL: "/GesetzService/arzneimittelpreisregel/{id}" (HTTP-PUT) If an existing ArzneimittelPreisregel entity has to be deleted, the following relative URL should be called: "/GesetzService/arzneimittelpreisregel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum