Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeleuchtungspflichtView
Please create a React-JS view called "BeleuchtungspflichtView" for the fields of the Beleuchtungspflicht entity. The BeleuchtungspflichtView must contain the following fields: - name: Gemeinde type: Gemeinde - name: GiltSeitJahr type: INT - name: Hinweise type: STRING - name: Rechtsvorschrift type: Rechtsvorschrift The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Rechtsvorschrift] select control should be loaded from the relative URL: "/LandService/rechtsvorschrift" (HTTP-GET) An existing Beleuchtungspflicht entity should be loaded from the relative URL: "/LichtmanagementSystemService/beleuchtungspflicht/{id}" (HTTP-GET) If a new Beleuchtungspflicht entity has been created, the new entity should be posted to the relative URL: "/LichtmanagementSystemService/beleuchtungspflicht" (HTTP-POST) If an existing Beleuchtungspflicht entity has been updated, the modified entity should be sent to the relative URL: "/LichtmanagementSystemService/beleuchtungspflicht/{id}" (HTTP-PUT) If an existing Beleuchtungspflicht entity has to be deleted, the following relative URL should be called: "/LichtmanagementSystemService/beleuchtungspflicht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum