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