Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VereinsregisterView
Please create a React-JS view called "VereinsregisterView" for the fields of the Vereinsregister entity. The VereinsregisterView must contain the following fields: - name: IstElektronisch type: BOOL - name: Land type: Land - name: Name type: STRING - name: Registergericht type: LONG - name: SeitJahr type: INT The data source for the [Land] select control should be loaded from the relative URL: "/VereinService/land" (HTTP-GET) An existing Vereinsregister entity should be loaded from the relative URL: "/MitgliedService/vereinsregister/{id}" (HTTP-GET) If a new Vereinsregister entity has been created, the new entity should be posted to the relative URL: "/MitgliedService/vereinsregister" (HTTP-POST) If an existing Vereinsregister entity has been updated, the modified entity should be sent to the relative URL: "/MitgliedService/vereinsregister/{id}" (HTTP-PUT) If an existing Vereinsregister entity has to be deleted, the following relative URL should be called: "/MitgliedService/vereinsregister/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum