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