Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
TankstelleKundenSegmentView
Please create a React-JS view called "TankstelleKundenSegmentView" for the fields of the TankstelleKundenSegment entity. The TankstelleKundenSegmentView must contain the following fields: - name: KundenSegment type: KundenSegment - name: Tankstelle type: Tankstelle - name: Wichtigkeit type: INT The data source for the [Tankstelle] select control should be loaded from the relative URL: "/TankstelleService/tankstelle" (HTTP-GET) The data source for the [KundenSegment] select control should be loaded from the relative URL: "/KundenSegmentService/kundensegment" (HTTP-GET) An existing TankstelleKundenSegment entity should be loaded from the relative URL: "/KundenSegmentService/tankstellekundensegment/{id}" (HTTP-GET) If a new TankstelleKundenSegment entity has been created, the new entity should be posted to the relative URL: "/KundenSegmentService/tankstellekundensegment" (HTTP-POST) If an existing TankstelleKundenSegment entity has been updated, the modified entity should be sent to the relative URL: "/KundenSegmentService/tankstellekundensegment/{id}" (HTTP-PUT) If an existing TankstelleKundenSegment entity has to be deleted, the following relative URL should be called: "/KundenSegmentService/tankstellekundensegment/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum