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