Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
KostenuebernahmeentscheidungView
Please create a React-JS view called "KostenuebernahmeentscheidungView" for the fields of the Kostenuebernahmeentscheidung entity. The KostenuebernahmeentscheidungView must contain the following fields: - name: Entscheidungsdatum type: DATE - name: GueltigBis type: DATE - name: GueltigVon type: DATE - name: Kurantrag type: Kurantrag - name: Notizen type: STRING - name: Status type: STRING - name: Zuzahlung type: STRING The data source for the [Kurantrag] select control should be loaded from the relative URL: "/KrankenkasseService/kurantrag" (HTTP-GET) An existing Kostenuebernahmeentscheidung entity should be loaded from the relative URL: "/KrankenkasseService/kostenuebernahmeentscheidung/{id}" (HTTP-GET) If a new Kostenuebernahmeentscheidung entity has been created, the new entity should be posted to the relative URL: "/KrankenkasseService/kostenuebernahmeentscheidung" (HTTP-POST) If an existing Kostenuebernahmeentscheidung entity has been updated, the modified entity should be sent to the relative URL: "/KrankenkasseService/kostenuebernahmeentscheidung/{id}" (HTTP-PUT) If an existing Kostenuebernahmeentscheidung entity has to be deleted, the following relative URL should be called: "/KrankenkasseService/kostenuebernahmeentscheidung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum