Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierheimErlaubnisView
Please create a React-JS view called "TierheimErlaubnisView" for the fields of the TierheimErlaubnis entity. The TierheimErlaubnisView must contain the following fields: - name: AusgestelltAm type: DATE - name: Behoerde type: Behoerde - name: Bemerkung type: STRING - name: DecktAuslandsimporte type: BOOL - name: ErlaubnisNummer type: STRING - name: GesetzParagraph type: GesetzParagraph - name: GueltigBis type: DATE - 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 [GesetzParagraph] select control should be loaded from the relative URL: "/BehoerdeService/gesetzparagraph" (HTTP-GET) The data source for the [Behoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) An existing TierheimErlaubnis entity should be loaded from the relative URL: "/BehoerdeService/tierheimerlaubnis/{id}" (HTTP-GET) If a new TierheimErlaubnis entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/tierheimerlaubnis" (HTTP-POST) If an existing TierheimErlaubnis entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/tierheimerlaubnis/{id}" (HTTP-PUT) If an existing TierheimErlaubnis entity has to be deleted, the following relative URL should be called: "/BehoerdeService/tierheimerlaubnis/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum