Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
DokumentView
Please create a React-JS view called "DokumentView" for the fields of the Dokument entity. The DokumentView must contain the following fields: - name: Ablaufdatum type: DATE - name: AusstellendeBehoerde type: Behoerde - name: Ausstellungsdatum type: DATE - name: DokumentNummer type: STRING - name: DokumentTyp type: STRING - name: Person type: Person The data source for the [AusstellendeBehoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing Dokument entity should be loaded from the relative URL: "/PersonService/dokument/{id}" (HTTP-GET) If a new Dokument entity has been created, the new entity should be posted to the relative URL: "/PersonService/dokument" (HTTP-POST) If an existing Dokument entity has been updated, the modified entity should be sent to the relative URL: "/PersonService/dokument/{id}" (HTTP-PUT) If an existing Dokument entity has to be deleted, the following relative URL should be called: "/PersonService/dokument/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum