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