Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
PurchaseListItemView
Please create a React-JS view called "PurchaseListItemView" for the fields of the PurchaseListItem entity. The PurchaseListItemView must contain the following fields: - name: PurchaseList type: PurchaseList - name: Amount type: DOUBLE - name: FoodStuff type: FoodStuff - name: Price type: DOUBLE The data source for the [PurchaseList] select control should be loaded from the relative URL: "/PurchaseListService/purchaselist" (HTTP-GET) The data source for the [FoodStuff] select control should be loaded from the relative URL: "/FoodService/foodstuff" (HTTP-GET) An existing PurchaseListItem entity should be loaded from the relative URL: "/PurchaseListService/purchaselistitem/{id}" (HTTP-GET) If a new PurchaseListItem entity has been created, the new entity should be posted to the relative URL: "/PurchaseListService/purchaselistitem" (HTTP-POST) If an existing PurchaseListItem entity has been updated, the modified entity should be sent to the relative URL: "/PurchaseListService/purchaselistitem/{id}" (HTTP-PUT) If an existing PurchaseListItem entity has to be deleted, the following relative URL should be called: "/PurchaseListService/purchaselistitem/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum