Overview
Summary
Contact
Donate
Imprint
Prompt for the
PropertyAmenityView
Please create a React-JS view called "PropertyAmenityView" for the fields of the PropertyAmenity entity. The PropertyAmenityView must contain the following fields: - name: AdditionalInfo type: STRING - name: Amenity type: Amenity - name: IsFree type: BOOL - name: Property type: Property The data source for the [Amenity] select control should be loaded from the relative URL: "/RoomTypeService/amenity" (HTTP-GET) The data source for the [Property] select control should be loaded from the relative URL: "/PropertyService/property" (HTTP-GET) An existing PropertyAmenity entity should be loaded from the relative URL: "/PropertyService/propertyamenity/{id}" (HTTP-GET) If a new PropertyAmenity entity has been created, the new entity should be posted to the relative URL: "/PropertyService/propertyamenity" (HTTP-POST) If an existing PropertyAmenity entity has been updated, the modified entity should be sent to the relative URL: "/PropertyService/propertyamenity/{id}" (HTTP-PUT) If an existing PropertyAmenity entity has to be deleted, the following relative URL should be called: "/PropertyService/propertyamenity/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint