Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
ZusatzBeschilderungView
Please create a React-JS view called "ZusatzBeschilderungView" for the fields of the ZusatzBeschilderung entity. The ZusatzBeschilderungView must contain the following fields: - name: Behoerde type: Behoerde - name: Beschreibung type: STRING - name: IstAmtlich type: BOOL - name: Land type: Land - name: Name type: STRING - name: StandortBeschreibung type: STRING - name: ZusatzBeschilderungTyp type: ZusatzBeschilderungTyp The data source for the [ZusatzBeschilderungTyp] select control should be loaded from the relative URL: "/BehoerdeService/zusatzbeschilderungtyp" (HTTP-GET) The data source for the [Behoerde] select control should be loaded from the relative URL: "/BehoerdeService/behoerde" (HTTP-GET) The data source for the [Land] select control should be loaded from the relative URL: "/LandService/land" (HTTP-GET) An existing ZusatzBeschilderung entity should be loaded from the relative URL: "/BehoerdeService/zusatzbeschilderung/{id}" (HTTP-GET) If a new ZusatzBeschilderung entity has been created, the new entity should be posted to the relative URL: "/BehoerdeService/zusatzbeschilderung" (HTTP-POST) If an existing ZusatzBeschilderung entity has been updated, the modified entity should be sent to the relative URL: "/BehoerdeService/zusatzbeschilderung/{id}" (HTTP-PUT) If an existing ZusatzBeschilderung entity has to be deleted, the following relative URL should be called: "/BehoerdeService/zusatzbeschilderung/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum