Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PolizeiAufgabeZuordnungView
Please create a React-JS view called "PolizeiAufgabeZuordnungView" for the fields of the PolizeiAufgabeZuordnung entity. The PolizeiAufgabeZuordnungView must contain the following fields: - name: Notizen type: STRING - name: Polizei type: Polizei - name: PolizeiAufgabe type: PolizeiAufgabe - name: Primaer type: BOOL The data source for the [Polizei] select control should be loaded from the relative URL: "/PolizeiService/polizei" (HTTP-GET) The data source for the [PolizeiAufgabe] select control should be loaded from the relative URL: "/AusruestungService/polizeiaufgabe" (HTTP-GET) An existing PolizeiAufgabeZuordnung entity should be loaded from the relative URL: "/AusruestungService/polizeiaufgabezuordnung/{id}" (HTTP-GET) If a new PolizeiAufgabeZuordnung entity has been created, the new entity should be posted to the relative URL: "/AusruestungService/polizeiaufgabezuordnung" (HTTP-POST) If an existing PolizeiAufgabeZuordnung entity has been updated, the modified entity should be sent to the relative URL: "/AusruestungService/polizeiaufgabezuordnung/{id}" (HTTP-PUT) If an existing PolizeiAufgabeZuordnung entity has to be deleted, the following relative URL should be called: "/AusruestungService/polizeiaufgabezuordnung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum