Overview
Summary
Contact
Donate
Imprint
Prompt for the
AvailabilityCalendarView
Please create a React-JS view called "AvailabilityCalendarView" for the fields of the AvailabilityCalendar entity. The AvailabilityCalendarView must contain the following fields: - name: Currency type: STRING - name: Date type: DATE - name: IsAvailable type: BOOL - name: Listing type: Listing - name: MaximumNights type: INT - name: MinimumNights type: INT - name: PricePerNight type: DOUBLE The data source for the [Listing] select control should be loaded from the relative URL: "/ListingService/listing" (HTTP-GET) An existing AvailabilityCalendar entity should be loaded from the relative URL: "/HostProfileService/availabilitycalendar/{id}" (HTTP-GET) If a new AvailabilityCalendar entity has been created, the new entity should be posted to the relative URL: "/HostProfileService/availabilitycalendar" (HTTP-POST) If an existing AvailabilityCalendar entity has been updated, the modified entity should be sent to the relative URL: "/HostProfileService/availabilitycalendar/{id}" (HTTP-PUT) If an existing AvailabilityCalendar entity has to be deleted, the following relative URL should be called: "/HostProfileService/availabilitycalendar/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint