Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VerbandMitgliedschaftView
Please create a React-JS view called "VerbandMitgliedschaftView" for the fields of the VerbandMitgliedschaft entity. The VerbandMitgliedschaftView must contain the following fields: - name: BisDatum type: DATE - name: Rolle type: STRING - name: Tagespflegeperson type: LONG - name: Verband type: Verband - name: VonDatum type: DATE The data source for the [Verband] select control should be loaded from the relative URL: "/VerbandService/verband" (HTTP-GET) An existing VerbandMitgliedschaft entity should be loaded from the relative URL: "/VerbandService/verbandmitgliedschaft/{id}" (HTTP-GET) If a new VerbandMitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/VerbandService/verbandmitgliedschaft" (HTTP-POST) If an existing VerbandMitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/VerbandService/verbandmitgliedschaft/{id}" (HTTP-PUT) If an existing VerbandMitgliedschaft entity has to be deleted, the following relative URL should be called: "/VerbandService/verbandmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum