Overview
Summary
Contact
Donate
Imprint
Prompt for the
MarketPresenceView
Please create a React-JS view called "MarketPresenceView" for the fields of the MarketPresence entity. The MarketPresenceView must contain the following fields: - name: Country type: Country - name: ExitDate type: DATE - name: LaunchDate type: DATE - name: Notes type: STRING - name: ServiceSupply type: ServiceSupply - name: Status type: STRING The data source for the [ServiceSupply] select control should be loaded from the relative URL: "/ServiceSupplyService/servicesupply" (HTTP-GET) The data source for the [Country] select control should be loaded from the relative URL: "/CountryService/country" (HTTP-GET) An existing MarketPresence entity should be loaded from the relative URL: "/ServiceSupplyService/marketpresence/{id}" (HTTP-GET) If a new MarketPresence entity has been created, the new entity should be posted to the relative URL: "/ServiceSupplyService/marketpresence" (HTTP-POST) If an existing MarketPresence entity has been updated, the modified entity should be sent to the relative URL: "/ServiceSupplyService/marketpresence/{id}" (HTTP-PUT) If an existing MarketPresence entity has to be deleted, the following relative URL should be called: "/ServiceSupplyService/marketpresence/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint