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