Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BegleitpersonZuweisungView
Please create a React-JS view called "BegleitpersonZuweisungView" for the fields of the BegleitpersonZuweisung entity. The BegleitpersonZuweisungView must contain the following fields: - name: EndDatum type: DATE - name: Fahrschueler type: Fahrschueler - name: MaxPunkte type: INT - name: Mindestalter type: INT - name: MindestjahreBesitz type: INT - name: Person type: Person - name: StartDatum type: DATE The data source for the [Fahrschueler] select control should be loaded from the relative URL: "/FahrschuleService/fahrschueler" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing BegleitpersonZuweisung entity should be loaded from the relative URL: "/PersonService/begleitpersonzuweisung/{id}" (HTTP-GET) If a new BegleitpersonZuweisung entity has been created, the new entity should be posted to the relative URL: "/PersonService/begleitpersonzuweisung" (HTTP-POST) If an existing BegleitpersonZuweisung entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/begleitpersonzuweisung/{id}" (HTTP-PUT) If an existing BegleitpersonZuweisung entity has to be deleted, the following relative URL should be called: "/PersonService/begleitpersonzuweisung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum