Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PraxisvertragView
Please create a React-JS view called "PraxisvertragView" for the fields of the Praxisvertrag entity. The PraxisvertragView must contain the following fields: - name: Enddatum type: DATE - name: IstAktiv type: BOOL - name: Kostentraeger type: Kostentraeger - name: Praxis type: Praxis - name: Startdatum type: DATE - name: Vertragsmodell type: Vertragsmodell - name: Vertragsnummer type: STRING The data source for the [Kostentraeger] select control should be loaded from the relative URL: "/LandRegionService/kostentraeger" (HTTP-GET) The data source for the [Praxis] select control should be loaded from the relative URL: "/PraxisService/praxis" (HTTP-GET) The data source for the [Vertragsmodell] select control should be loaded from the relative URL: "/VertragsmodellService/vertragsmodell" (HTTP-GET) An existing Praxisvertrag entity should be loaded from the relative URL: "/VertragsmodellService/praxisvertrag/{id}" (HTTP-GET) If a new Praxisvertrag entity has been created, the new entity should be posted to the relative URL: "/VertragsmodellService/praxisvertrag" (HTTP-POST) If an existing Praxisvertrag entity has been updated, the modified entity should be sent to the relative URL: "/VertragsmodellService/praxisvertrag/{id}" (HTTP-PUT) If an existing Praxisvertrag entity has to be deleted, the following relative URL should be called: "/VertragsmodellService/praxisvertrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum