Overview
Summary
Contact
Donate
Imprint
Prompt for the
StayBookingPriceBreakdownView
Please create a React-JS view called "StayBookingPriceBreakdownView" for the fields of the StayBookingPriceBreakdown entity. The StayBookingPriceBreakdownView must contain the following fields: - name: Amount type: STRING - name: Currency type: Currency - name: Date type: DATE - name: Description type: STRING - name: LineType type: STRING - name: StayBooking type: StayBooking The data source for the [Currency] select control should be loaded from the relative URL: "/CurrencyService/currency" (HTTP-GET) The data source for the [StayBooking] select control should be loaded from the relative URL: "/StayBookingService/staybooking" (HTTP-GET) An existing StayBookingPriceBreakdown entity should be loaded from the relative URL: "/CurrencyService/staybookingpricebreakdown/{id}" (HTTP-GET) If a new StayBookingPriceBreakdown entity has been created, the new entity should be posted to the relative URL: "/CurrencyService/staybookingpricebreakdown" (HTTP-POST) If an existing StayBookingPriceBreakdown entity has been updated, the modified entity should be sent to the relative URL: "/CurrencyService/staybookingpricebreakdown/{id}" (HTTP-PUT) If an existing StayBookingPriceBreakdown entity has to be deleted, the following relative URL should be called: "/CurrencyService/staybookingpricebreakdown/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint