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