Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PolizeiDienststelleView
Please create a React-JS view called "PolizeiDienststelleView" for the fields of the PolizeiDienststelle entity. The PolizeiDienststelleView must contain the following fields: - name: Adresse type: STRING - name: Breitengrad type: DOUBLE - name: DienststelleTyp type: STRING - name: Laengengrad type: DOUBLE - name: LandRef type: Land - name: Name type: STRING - name: Polizei type: Polizei - name: Region type: STRING - name: Stadt type: STRING The data source for the [LandRef] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) The data source for the [Polizei] select control should be loaded from the relative URL: "/PolizeiService/polizei" (HTTP-GET) An existing PolizeiDienststelle entity should be loaded from the relative URL: "/LandService/polizeidienststelle/{id}" (HTTP-GET) If a new PolizeiDienststelle entity has been created, the new entity should be posted to the relative URL: "/LandService/polizeidienststelle" (HTTP-POST) If an existing PolizeiDienststelle entity has been updated, the modified entity should be sent to the relative URL: "/LandService/polizeidienststelle/{id}" (HTTP-PUT) If an existing PolizeiDienststelle entity has to be deleted, the following relative URL should be called: "/LandService/polizeidienststelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum