Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZugangsmittelView
Please create a React-JS view called "ZugangsmittelView" for the fields of the Zugangsmittel entity. The ZugangsmittelView must contain the following fields: - name: AusgestelltAm type: DATE - name: EntzogenAm type: DATE - name: Kennung type: STRING - name: Mitgliedschaft type: Mitgliedschaft - name: Typ type: STRING The data source for the [Mitgliedschaft] select control should be loaded from the relative URL: "/StationService/mitgliedschaft" (HTTP-GET) An existing Zugangsmittel entity should be loaded from the relative URL: "/TarifService/zugangsmittel/{id}" (HTTP-GET) If a new Zugangsmittel entity has been created, the new entity should be posted to the relative URL: "/TarifService/zugangsmittel" (HTTP-POST) If an existing Zugangsmittel entity has been updated, the modified entity should be sent to the relative URL: "/TarifService/zugangsmittel/{id}" (HTTP-PUT) If an existing Zugangsmittel entity has to be deleted, the following relative URL should be called: "/TarifService/zugangsmittel/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum