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