Overview
Summary
Contact
Donate
Imprint
Prompt for the
StarlinkMarketAvailabilityView
Please create a React-JS view called "StarlinkMarketAvailabilityView" for the fields of the StarlinkMarketAvailability entity. The StarlinkMarketAvailabilityView must contain the following fields: - name: AvailableFrom type: DATE - name: AvailableTo type: DATE - name: Notes type: STRING - name: StarlinkMarket type: StarlinkMarket - name: StarlinkNetwork type: StarlinkNetwork The data source for the [StarlinkMarket] select control should be loaded from the relative URL: "/StarlinkNetworkService/starlinkmarket" (HTTP-GET) The data source for the [StarlinkNetwork] select control should be loaded from the relative URL: "/StarlinkNetworkService/starlinknetwork" (HTTP-GET) An existing StarlinkMarketAvailability entity should be loaded from the relative URL: "/StarlinkNetworkService/starlinkmarketavailability/{id}" (HTTP-GET) If a new StarlinkMarketAvailability entity has been created, the new entity should be posted to the relative URL: "/StarlinkNetworkService/starlinkmarketavailability" (HTTP-POST) If an existing StarlinkMarketAvailability entity has been updated, the modified entity should be sent to the relative URL: "/StarlinkNetworkService/starlinkmarketavailability/{id}" (HTTP-PUT) If an existing StarlinkMarketAvailability entity has to be deleted, the following relative URL should be called: "/StarlinkNetworkService/starlinkmarketavailability/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint