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: CarsharingOrganisation type: CarsharingOrganisation - name: CarsharingVerband type: CarsharingVerband - name: Mitgliedsart type: STRING - name: MitgliedSeit type: DATE The data source for the [CarsharingOrganisation] select control should be loaded from the relative URL: "/CarsharingOrganisationService/carsharingorganisation" (HTTP-GET) The data source for the [CarsharingVerband] select control should be loaded from the relative URL: "/LandService/carsharingverband" (HTTP-GET) An existing Verbandsmitgliedschaft entity should be loaded from the relative URL: "/CarsharingOrganisationService/verbandsmitgliedschaft/{id}" (HTTP-GET) If a new Verbandsmitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/CarsharingOrganisationService/verbandsmitgliedschaft" (HTTP-POST) If an existing Verbandsmitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/CarsharingOrganisationService/verbandsmitgliedschaft/{id}" (HTTP-PUT) If an existing Verbandsmitgliedschaft entity has to be deleted, the following relative URL should be called: "/CarsharingOrganisationService/verbandsmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum