Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierheimVereinsMitgliedschaftView
Please create a React-JS view called "TierheimVereinsMitgliedschaftView" for the fields of the TierheimVereinsMitgliedschaft entity. The TierheimVereinsMitgliedschaftView must contain the following fields: - name: Mitgliedsart type: STRING - name: MitgliedSeit type: DATE - name: Tierheim type: Tierheim - name: TierschutzVerein type: TierschutzVerein The data source for the [Tierheim] select control should be loaded from the relative URL: "/TierheimService/tierheim" (HTTP-GET) The data source for the [TierschutzVerein] select control should be loaded from the relative URL: "/TierschutzVereinService/tierschutzverein" (HTTP-GET) An existing TierheimVereinsMitgliedschaft entity should be loaded from the relative URL: "/TierschutzVereinService/tierheimvereinsmitgliedschaft/{id}" (HTTP-GET) If a new TierheimVereinsMitgliedschaft entity has been created, the new entity should be posted to the relative URL: "/TierschutzVereinService/tierheimvereinsmitgliedschaft" (HTTP-POST) If an existing TierheimVereinsMitgliedschaft entity has been updated, the modified entity should be sent to the relative URL: "/TierschutzVereinService/tierheimvereinsmitgliedschaft/{id}" (HTTP-PUT) If an existing TierheimVereinsMitgliedschaft entity has to be deleted, the following relative URL should be called: "/TierschutzVereinService/tierheimvereinsmitgliedschaft/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum