Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FreierTraegerView
Please create a React-JS view called "FreierTraegerView" for the fields of the FreierTraeger entity. The FreierTraegerView must contain the following fields: - name: AnerkanntNachSGBVIII type: BOOL - name: Bundesland type: STRING - name: Name type: STRING - name: TraegerTyp type: STRING An existing FreierTraeger entity should be loaded from the relative URL: "/FreierTraegerService/freiertraeger/{id}" (HTTP-GET) If a new FreierTraeger entity has been created, the new entity should be posted to the relative URL: "/FreierTraegerService/freiertraeger" (HTTP-POST) If an existing FreierTraeger entity has been updated, the modified entity should be sent to the relative URL: "/FreierTraegerService/freiertraeger/{id}" (HTTP-PUT) If an existing FreierTraeger entity has to be deleted, the following relative URL should be called: "/FreierTraegerService/freiertraeger/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Kooperationsvereinbarung columns: - column: Beginn - column: Gegenstand - column: SchutzauftragRegelung - column: Jugendamt - column: Ende - column: FreierTraeger - column: BeratungsanspruchInsoweitErfahreneFachkraft The table should have the title "Kooperationsvereinbarungs" und the data must be loaded from the server with the following relative URL: "/PersonService/kooperationsvereinbarung/freiertraeger/{id}" Add a HTML table to the view with the following EinrichtungFreierTraeger columns: - column: Einrichtung - column: BeginnTraegerschaft - column: EndeTraegerschaft - column: FreierTraeger The table should have the title "EinrichtungFreierTraegers" und the data must be loaded from the server with the following relative URL: "/FreierTraegerService/einrichtungfreiertraeger/freiertraeger/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum