Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZahnarztMitgliedschaftView
Please create a React-JS view called "ZahnarztMitgliedschaftView" for the fields of the ZahnarztMitgliedschaft entity. The ZahnarztMitgliedschaftView must contain the following fields: - name: Beginn type: DATE - name: Berufskoerperschaft type: Berufskoerperschaft - name: Ende type: DATE - name: IstPflichtmitgliedschaft type: BOOL - name: Mitgliedschaftstyp type: STRING - name: Zahnarzt type: Zahnarzt The data source for the [Berufskoerperschaft] select control should be loaded from the relative URL: "/BerufskoerperschaftService/berufskoerperschaft" (HTTP-GET) The data source for the [Zahnarzt] select control should be loaded from the relative URL: "/ZahnarztService/zahnarzt" (HTTP-GET) An existing ZahnarztMitgliedschaft entity should be loaded from the relative URL: "/BerufskoerperschaftService/zahnarztmitgliedschaft/{id}" (HTTP-GET) If a new ZahnarztMitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/BerufskoerperschaftService/zahnarztmitgliedschaft" (HTTP-POST) If an existing ZahnarztMitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/BerufskoerperschaftService/zahnarztmitgliedschaft/{id}" (HTTP-PUT) If an existing ZahnarztMitgliedschaft entity has to be deleted, the following relative URL should be called: "/BerufskoerperschaftService/zahnarztmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum