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