Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsbeschraenkungView
Please create a React-JS view called "RechtsbeschraenkungView" for the fields of the Rechtsbeschraenkung entity. The RechtsbeschraenkungView must contain the following fields: - name: BeschraenkungsTyp type: STRING - name: Beschreibung type: STRING - name: GueltigAb type: DATE - name: GueltigBis type: DATE - name: RechtsQuelle type: STRING - name: Unterkunft type: Unterkunft The data source for the [Unterkunft] select control should be loaded from the relative URL: "/UnterkunftService/unterkunft" (HTTP-GET) An existing Rechtsbeschraenkung entity should be loaded from the relative URL: "/VermittlerService/rechtsbeschraenkung/{id}" (HTTP-GET) If a new Rechtsbeschraenkung entity has been created, the new entity should be posted to the relative URL: "/VermittlerService/rechtsbeschraenkung" (HTTP-POST) If an existing Rechtsbeschraenkung entity has been updated, the modified entity should be sent to the relative URL: "/VermittlerService/rechtsbeschraenkung/{id}" (HTTP-PUT) If an existing Rechtsbeschraenkung entity has to be deleted, the following relative URL should be called: "/VermittlerService/rechtsbeschraenkung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum