Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
MigrationsAntragView
Please create a React-JS view called "MigrationsAntragView" for the fields of the MigrationsAntrag entity. The MigrationsAntragView must contain the following fields: - name: Antragsdatum type: DATE - name: Herkunftsland type: Land - name: Hinweis type: STRING - name: Person type: Person - name: Status type: STRING - name: Zielland type: Land The data source for the [Herkunftsland] select control should be loaded from the relative URL: "/GemeindeService/land" (HTTP-GET) The data source for the [Zielland] select control should be loaded from the relative URL: "/GemeindeService/land" (HTTP-GET) The data source for the [Person] select control should be loaded from the relative URL: "/PersonService/person" (HTTP-GET) An existing MigrationsAntrag entity should be loaded from the relative URL: "/GemeindeService/migrationsantrag/{id}" (HTTP-GET) If a new MigrationsAntrag entity has been created, the new entity should be posted to the relative URL: "/GemeindeService/migrationsantrag" (HTTP-POST) If an existing MigrationsAntrag entity has been updated, the modified entity should be sent to the relative URL: "/GemeindeService/migrationsantrag/{id}" (HTTP-PUT) If an existing MigrationsAntrag entity has to be deleted, the following relative URL should be called: "/GemeindeService/migrationsantrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum