Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZooVerbandMitgliedschaftView
Please create a React-JS view called "ZooVerbandMitgliedschaftView" for the fields of the ZooVerbandMitgliedschaft entity. The ZooVerbandMitgliedschaftView must contain the following fields: - name: MitgliedschaftTyp type: STRING - name: Notizen type: STRING - name: SeitDatum type: DATE - name: Verband type: Verband - name: Zoo type: Zoo The data source for the [Zoo] select control should be loaded from the relative URL: "/ZooService/zoo" (HTTP-GET) The data source for the [Verband] select control should be loaded from the relative URL: "/TierTaxonService/verband" (HTTP-GET) An existing ZooVerbandMitgliedschaft entity should be loaded from the relative URL: "/ZooService/zooverbandmitgliedschaft/{id}" (HTTP-GET) If a new ZooVerbandMitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/ZooService/zooverbandmitgliedschaft" (HTTP-POST) If an existing ZooVerbandMitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/ZooService/zooverbandmitgliedschaft/{id}" (HTTP-PUT) If an existing ZooVerbandMitgliedschaft entity has to be deleted, the following relative URL should be called: "/ZooService/zooverbandmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum