Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TierheimKostenPositionView
Please create a React-JS view called "TierheimKostenPositionView" for the fields of the TierheimKostenPosition entity. The TierheimKostenPositionView must contain the following fields: - name: Beschreibung type: STRING - name: Betrag type: STRING - name: DurchGemeindeGedeckt type: BOOL - name: Kostenart type: STRING - name: Tierheim type: Tierheim - name: ZeitraumBis type: DATE - name: ZeitraumVon type: DATE The data source for the [Tierheim] select control should be loaded from the relative URL: "/TierheimService/tierheim" (HTTP-GET) An existing TierheimKostenPosition entity should be loaded from the relative URL: "/TierheimService/tierheimkostenposition/{id}" (HTTP-GET) If a new TierheimKostenPosition entity has been created, the new entity should be posted to the relative URL: "/TierheimService/tierheimkostenposition" (HTTP-POST) If an existing TierheimKostenPosition entity has been updated, the modified entity should be sent to the relative URL: "/TierheimService/tierheimkostenposition/{id}" (HTTP-PUT) If an existing TierheimKostenPosition entity has to be deleted, the following relative URL should be called: "/TierheimService/tierheimkostenposition/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum