Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RechtsvertretungJugendamtView
Please create a React-JS view called "RechtsvertretungJugendamtView" for the fields of the RechtsvertretungJugendamt entity. The RechtsvertretungJugendamtView must contain the following fields: - name: Art type: STRING - name: Beginn type: DATE - name: Beschreibung type: STRING - name: Ende type: DATE - name: Jugendamt type: Jugendamt - name: Person type: Person The data source for the [Jugendamt] select control should be loaded from the relative URL: "/JugendamtService/jugendamt" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing RechtsvertretungJugendamt entity should be loaded from the relative URL: "/MitarbeiterService/rechtsvertretungjugendamt/{id}" (HTTP-GET) If a new RechtsvertretungJugendamt entity has been created, the new entity should be posted to the relative URL: "/MitarbeiterService/rechtsvertretungjugendamt" (HTTP-POST) If an existing RechtsvertretungJugendamt entity has been updated, the modified entity should be sent to the relative URL: "/MitarbeiterService/rechtsvertretungjugendamt/{id}" (HTTP-PUT) If an existing RechtsvertretungJugendamt entity has to be deleted, the following relative URL should be called: "/MitarbeiterService/rechtsvertretungjugendamt/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum