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