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