Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierschutzVereinView
Please create a React-JS view called "TierschutzVereinView" for the fields of the TierschutzVerein entity. The TierschutzVereinView must contain the following fields: - name: AdresseOrt type: STRING - name: AdressePlz type: STRING - name: AdresseStrasse type: STRING - name: IstDachverband type: BOOL - name: Land type: STRING - name: MitgliederzahlGeschaetzt type: LONG - name: Name type: STRING An existing TierschutzVerein entity should be loaded from the relative URL: "/TierschutzVereinService/tierschutzverein/{id}" (HTTP-GET) If a new TierschutzVerein entity has been created, the new entity should be posted to the relative URL: "/TierschutzVereinService/tierschutzverein" (HTTP-POST) If an existing TierschutzVerein entity has been updated, the modified entity should be sent to the relative URL: "/TierschutzVereinService/tierschutzverein/{id}" (HTTP-PUT) If an existing TierschutzVerein entity has to be deleted, the following relative URL should be called: "/TierschutzVereinService/tierschutzverein/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TierheimVereinsMitgliedschaft columns: - column: TierschutzVerein - column: Mitgliedsart - column: MitgliedSeit - column: Tierheim The table should have the title "TierheimVereinsMitgliedschafts" und the data must be loaded from the server with the following relative URL: "/TierschutzVereinService/tierheimvereinsmitgliedschaft/tierschutzverein/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum