Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
GenehmigungView
Please create a React-JS view called "GenehmigungView" for the fields of the Genehmigung entity. The GenehmigungView must contain the following fields: - name: Ablaufdatum type: DATE - name: Ausstellungsdatum type: DATE - name: Hundetrainer type: Hundetrainer - name: Notizen type: STRING - name: ParagraphReferenz type: STRING - name: Veterinaeramt type: Veterinaeramt The data source for the [Hundetrainer] select control should be loaded from the relative URL: "/KursService/hundetrainer" (HTTP-GET) The data source for the [Veterinaeramt] select control should be loaded from the relative URL: "/GenehmigungService/veterinaeramt" (HTTP-GET) An existing Genehmigung entity should be loaded from the relative URL: "/GenehmigungService/genehmigung/{id}" (HTTP-GET) If a new Genehmigung entity has been created, the new entity should be posted to the relative URL: "/GenehmigungService/genehmigung" (HTTP-POST) If an existing Genehmigung entity has been updated, the modified entity should be sent to the relative URL: "/GenehmigungService/genehmigung/{id}" (HTTP-PUT) If an existing Genehmigung entity has to be deleted, the following relative URL should be called: "/GenehmigungService/genehmigung/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GenehmigungGesetz columns: - column: Genehmigung - column: Gesetz The table should have the title "GenehmigungGesetzs" und the data must be loaded from the server with the following relative URL: "/GesetzService/genehmigunggesetz/genehmigung/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum