Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
VermittlerProvisionView
Please create a React-JS view called "VermittlerProvisionView" for the fields of the VermittlerProvision entity. The VermittlerProvisionView must contain the following fields: - name: Betrag type: STRING - name: Einheit type: STRING - name: ProvisionsTyp type: STRING - name: Unterkunft type: Unterkunft - name: Vermittler type: Vermittler The data source for the [Unterkunft] select control should be loaded from the relative URL: "/UnterkunftService/unterkunft" (HTTP-GET) The data source for the [Vermittler] select control should be loaded from the relative URL: "/VermittlerService/vermittler" (HTTP-GET) An existing VermittlerProvision entity should be loaded from the relative URL: "/VermittlerService/vermittlerprovision/{id}" (HTTP-GET) If a new VermittlerProvision entity has been created, the new entity should be posted to the relative URL: "/VermittlerService/vermittlerprovision" (HTTP-POST) If an existing VermittlerProvision entity has been updated, the modified entity should be sent to the relative URL: "/VermittlerService/vermittlerprovision/{id}" (HTTP-PUT) If an existing VermittlerProvision entity has to be deleted, the following relative URL should be called: "/VermittlerService/vermittlerprovision/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum