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