Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
HundHundesportView
Please create a React-JS view called "HundHundesportView" for the fields of the HundHundesport entity. The HundHundesportView must contain the following fields: - name: Hund type: Hund - name: Hundesportart type: Hundesportart - name: IstWettkampfteilnehmer type: BOOL - name: Leistungsstufe type: STRING The data source for the [Hund] select control should be loaded from the relative URL: "/HundService/hund" (HTTP-GET) The data source for the [Hundesportart] select control should be loaded from the relative URL: "/HundesportartService/hundesportart" (HTTP-GET) An existing HundHundesport entity should be loaded from the relative URL: "/HundService/hundhundesport/{id}" (HTTP-GET) If a new HundHundesport entity has been created, the new entity should be posted to the relative URL: "/HundService/hundhundesport" (HTTP-POST) If an existing HundHundesport entity has been updated, the modified entity should be sent to the relative URL: "/HundService/hundhundesport/{id}" (HTTP-PUT) If an existing HundHundesport entity has to be deleted, the following relative URL should be called: "/HundService/hundhundesport/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum