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