Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BerufLandRegelungView
Please create a React-JS view called "BerufLandRegelungView" for the fields of the BerufLandRegelung entity. The BerufLandRegelungView must contain the following fields: - name: Beruf type: Beruf - name: Beschreibung type: STRING - name: Gesetz type: Gesetz - name: Hinweise type: STRING - name: Land type: Land - name: Regelungsstatus type: STRING - name: Strafbarkeit type: BOOL The data source for the [Beruf] select control should be loaded from the relative URL: "/BerufService/beruf" (HTTP-GET) 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 BerufLandRegelung entity should be loaded from the relative URL: "/BerufService/beruflandregelung/{id}" (HTTP-GET) If a new BerufLandRegelung entity has been created, the new entity should be posted to the relative URL: "/BerufService/beruflandregelung" (HTTP-POST) If an existing BerufLandRegelung entity has been updated, the modified entity should be sent to the relative URL: "/BerufService/beruflandregelung/{id}" (HTTP-PUT) If an existing BerufLandRegelung entity has to be deleted, the following relative URL should be called: "/BerufService/beruflandregelung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum