Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerkehrsrechtlicheAnordnungView
Please create a React-JS view called "VerkehrsrechtlicheAnordnungView" for the fields of the VerkehrsrechtlicheAnordnung entity. The VerkehrsrechtlicheAnordnungView must contain the following fields: - name: Aktenzeichen type: STRING - name: AntragsDatum type: DATE - name: Baustelle type: Baustelle - name: GenehmigungsDatum type: DATE - name: Rechtsgrundlage type: STRING - name: ZustaendigeBehoerde type: Akteur The data source for the [ZustaendigeBehoerde] select control should be loaded from the relative URL: "/AkteurService/akteur" (HTTP-GET) The data source for the [Baustelle] select control should be loaded from the relative URL: "/BaustelleService/baustelle" (HTTP-GET) An existing VerkehrsrechtlicheAnordnung entity should be loaded from the relative URL: "/AkteurService/verkehrsrechtlicheanordnung/{id}" (HTTP-GET) If a new VerkehrsrechtlicheAnordnung entity has been created, the new entity should be posted to the relative URL: "/AkteurService/verkehrsrechtlicheanordnung" (HTTP-POST) If an existing VerkehrsrechtlicheAnordnung entity has been updated, the modified entity should be sent to the relative URL: "/AkteurService/verkehrsrechtlicheanordnung/{id}" (HTTP-PUT) If an existing VerkehrsrechtlicheAnordnung entity has to be deleted, the following relative URL should be called: "/AkteurService/verkehrsrechtlicheanordnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum