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