Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VereinVereinsartView
Please create a React-JS view called "VereinVereinsartView" for the fields of the VereinVereinsart entity. The VereinVereinsartView must contain the following fields: - name: Verein type: Verein - name: Vereinsart type: Vereinsart The data source for the [Vereinsart] select control should be loaded from the relative URL: "/DokumenttypService/vereinsart" (HTTP-GET) The data source for the [Verein] select control should be loaded from the relative URL: "/VereinService/verein" (HTTP-GET) An existing VereinVereinsart entity should be loaded from the relative URL: "/DokumenttypService/vereinvereinsart/{id}" (HTTP-GET) If a new VereinVereinsart entity has been created, the new entity should be posted to the relative URL: "/DokumenttypService/vereinvereinsart" (HTTP-POST) If an existing VereinVereinsart entity has been updated, the modified entity should be sent to the relative URL: "/DokumenttypService/vereinvereinsart/{id}" (HTTP-PUT) If an existing VereinVereinsart entity has to be deleted, the following relative URL should be called: "/DokumenttypService/vereinvereinsart/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum