Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BeamterView
Please create a React-JS view called "BeamterView" for the fields of the Beamter entity. The BeamterView must contain the following fields: - name: Aktiv type: BOOL - name: Dienstgrad type: Dienstgrad - name: Dienstnummer type: STRING - name: Einstellungsdatum type: DATE - name: Geburtsdatum type: DATE - name: Nachname type: STRING - name: Notizen type: STRING - name: Polizei type: Polizei - name: Vorname type: STRING The data source for the [Dienstgrad] select control should be loaded from the relative URL: "/ZustandsEbeneService/dienstgrad" (HTTP-GET) The data source for the [Polizei] select control should be loaded from the relative URL: "/PolizeiService/polizei" (HTTP-GET) An existing Beamter entity should be loaded from the relative URL: "/ZustandsEbeneService/beamter/{id}" (HTTP-GET) If a new Beamter entity has been created, the new entity should be posted to the relative URL: "/ZustandsEbeneService/beamter" (HTTP-POST) If an existing Beamter entity has been updated, the modified entity should be sent to the relative URL: "/ZustandsEbeneService/beamter/{id}" (HTTP-PUT) If an existing Beamter entity has to be deleted, the following relative URL should be called: "/ZustandsEbeneService/beamter/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum