Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
WerbevertragView
Please create a React-JS view called "WerbevertragView" for the fields of the Werbevertrag entity. The WerbevertragView must contain the following fields: - name: Enddatum type: DATE - name: Gebuehr type: STRING - name: Notizen type: STRING - name: Startdatum type: DATE - name: Waehrung type: STRING - name: Werbeflaeche type: Werbeflaeche - name: Werbetreibender type: Organisation The data source for the [Werbetreibender] select control should be loaded from the relative URL: "/OrganisationService/organisation" (HTTP-GET) The data source for the [Werbeflaeche] select control should be loaded from the relative URL: "/MoebelKategorieService/werbeflaeche" (HTTP-GET) An existing Werbevertrag entity should be loaded from the relative URL: "/MoebelKategorieService/werbevertrag/{id}" (HTTP-GET) If a new Werbevertrag entity has been created, the new entity should be posted to the relative URL: "/MoebelKategorieService/werbevertrag" (HTTP-POST) If an existing Werbevertrag entity has been updated, the modified entity should be sent to the relative URL: "/MoebelKategorieService/werbevertrag/{id}" (HTTP-PUT) If an existing Werbevertrag entity has to be deleted, the following relative URL should be called: "/MoebelKategorieService/werbevertrag/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum