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