Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierheimKontrolleView
Please create a React-JS view called "TierheimKontrolleView" for the fields of the TierheimKontrolle entity. The TierheimKontrolleView must contain the following fields: - name: Behoerde type: Behoerde - name: Ergebnis type: STRING - name: Kontrolldatum type: DATE - name: KontrolleurName type: STRING - name: Maengel type: BOOL - name: NachkontrolleNoetig type: BOOL - name: Tierheim type: Tierheim The data source for the [Tierheim] select control should be loaded from the relative URL: "/TierheimService/tierheim" (HTTP-GET) The data source for the [Behoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) An existing TierheimKontrolle entity should be loaded from the relative URL: "/TierheimService/tierheimkontrolle/{id}" (HTTP-GET) If a new TierheimKontrolle entity has been created, the new entity should be posted to the relative URL: "/TierheimService/tierheimkontrolle" (HTTP-POST) If an existing TierheimKontrolle entity has been updated, the modified entity should be sent to the relative URL: "/TierheimService/tierheimkontrolle/{id}" (HTTP-PUT) If an existing TierheimKontrolle entity has to be deleted, the following relative URL should be called: "/TierheimService/tierheimkontrolle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum