Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
FahrschuleAufsichtView
Please create a React-JS view called "FahrschuleAufsichtView" for the fields of the FahrschuleAufsicht entity. The FahrschuleAufsichtView must contain the following fields: - name: Aufsichtsbehoerde type: Aufsichtsbehoerde - name: Aufsichtstyp type: STRING - name: EndDatum type: DATE - name: Fahrschule type: Fahrschule - name: StartDatum type: DATE The data source for the [Aufsichtsbehoerde] select control should be loaded from the relative URL: "/AufsichtsbehoerdeService/aufsichtsbehoerde" (HTTP-GET) The data source for the [Fahrschule] select control should be loaded from the relative URL: "/FahrschuleService/fahrschule" (HTTP-GET) An existing FahrschuleAufsicht entity should be loaded from the relative URL: "/PersonService/fahrschuleaufsicht/{id}" (HTTP-GET) If a new FahrschuleAufsicht entity has been created, the new entity should be posted to the relative URL: "/PersonService/fahrschuleaufsicht" (HTTP-POST) If an existing FahrschuleAufsicht entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/fahrschuleaufsicht/{id}" (HTTP-PUT) If an existing FahrschuleAufsicht entity has to be deleted, the following relative URL should be called: "/PersonService/fahrschuleaufsicht/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum