Overview
Summary
Contact
Donate
Imprint
Prompt for the
StarlinkMarketView
Please create a React-JS view called "StarlinkMarketView" for the fields of the StarlinkMarket entity. The StarlinkMarketView must contain the following fields: - name: Country type: STRING - name: Notes type: STRING - name: Region type: STRING An existing StarlinkMarket entity should be loaded from the relative URL: "/StarlinkNetworkService/starlinkmarket/{id}" (HTTP-GET) If a new StarlinkMarket entity has been created, the new entity should be posted to the relative URL: "/StarlinkNetworkService/starlinkmarket" (HTTP-POST) If an existing StarlinkMarket entity has been updated, the modified entity should be sent to the relative URL: "/StarlinkNetworkService/starlinkmarket/{id}" (HTTP-PUT) If an existing StarlinkMarket entity has to be deleted, the following relative URL should be called: "/StarlinkNetworkService/starlinkmarket/{id}" (HTTP-DELETE) Add a HTML table to the view with the following StarlinkMarketAvailability columns: - column: AvailableFrom - column: StarlinkNetwork - column: StarlinkMarket - column: AvailableTo - column: Notes The table should have the title "StarlinkMarketAvailabilitys" und the data must be loaded from the server with the following relative URL: "/StarlinkNetworkService/starlinkmarketavailability/starlinkmarket/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint