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