Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TieraufnahmeView
Please create a React-JS view called "TieraufnahmeView" for the fields of the Tieraufnahme entity. The TieraufnahmeView must contain the following fields: - name: AufnahmeDatum type: DATE - name: Behoerde type: Behoerde - name: Beschreibung type: STRING - name: Finder type: Tierhalter - name: Gemeinde type: Gemeinde - name: Tier type: Tier - name: TierherkunftsArt type: TierherkunftsArt The data source for the [Gemeinde] select control should be loaded from the relative URL: "/GemeindeService/gemeinde" (HTTP-GET) The data source for the [Tier] select control should be loaded from the relative URL: "/TierService/tier" (HTTP-GET) The data source for the [Finder] select control should be loaded from the relative URL: "/TierhalterService/tierhalter" (HTTP-GET) The data source for the [TierherkunftsArt] select control should be loaded from the relative URL: "/TierherkunftsArtService/tierherkunftsart" (HTTP-GET) The data source for the [Behoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) An existing Tieraufnahme entity should be loaded from the relative URL: "/TierherkunftsArtService/tieraufnahme/{id}" (HTTP-GET) If a new Tieraufnahme entity has been created, the new entity should be posted to the relative URL: "/TierherkunftsArtService/tieraufnahme" (HTTP-POST) If an existing Tieraufnahme entity has been updated, the modified entity should be sent to the relative URL: "/TierherkunftsArtService/tieraufnahme/{id}" (HTTP-PUT) If an existing Tieraufnahme entity has to be deleted, the following relative URL should be called: "/TierherkunftsArtService/tieraufnahme/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum