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