Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
BescheinigungView
Please create a React-JS view called "BescheinigungView" for the fields of the Bescheinigung entity. The BescheinigungView must contain the following fields: - name: Antrag type: Antrag - name: Ausstellungsdatum type: DATE - name: BescheinigungTyp type: STRING - name: GueltigBis type: DATE - name: Zustellung type: STRING The data source for the [Antrag] select control should be loaded from the relative URL: "/BehoerdeService/antrag" (HTTP-GET) An existing Bescheinigung entity should be loaded from the relative URL: "/BehoerdeService/bescheinigung/{id}" (HTTP-GET) If a new Bescheinigung entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/bescheinigung" (HTTP-POST) If an existing Bescheinigung entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/bescheinigung/{id}" (HTTP-PUT) If an existing Bescheinigung entity has to be deleted, the following relative URL should be called: "/BehoerdeService/bescheinigung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum