Overview
Summary
Contact
Donate
Imprint
Prompt for the
TrackLabelView
Please create a React-JS view called "TrackLabelView" for the fields of the TrackLabel entity. The TrackLabelView must contain the following fields: - name: Label type: Label - name: Track type: Track The data source for the [Label] select control should be loaded from the relative URL: "/CountryService/label" (HTTP-GET) The data source for the [Track] select control should be loaded from the relative URL: "/TrackService/track" (HTTP-GET) An existing TrackLabel entity should be loaded from the relative URL: "/CountryService/tracklabel/{id}" (HTTP-GET) If a new TrackLabel entity has been created, the new entity should be posted to the relative URL: "/CountryService/tracklabel" (HTTP-POST) If an existing TrackLabel entity has been updated, the modified entity should be sent to the relative URL: "/CountryService/tracklabel/{id}" (HTTP-PUT) If an existing TrackLabel entity has to be deleted, the following relative URL should be called: "/CountryService/tracklabel/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint