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