Overview
Summary
Contact
Donate
Imprint
Prompt for the
BalloonTelemetrySampleView
Please create a React-JS view called "BalloonTelemetrySampleView" for the fields of the BalloonTelemetrySample entity. The BalloonTelemetrySampleView must contain the following fields: - name: AltitudeKm type: STRING - name: BalloonFlight type: BalloonFlight - name: BatteryLevelPercent type: STRING - name: Latitude type: STRING - name: Longitude type: STRING - name: SampleTime type: DATE - name: SignalQualityDb type: STRING - name: TemperatureC type: STRING The data source for the [BalloonFlight] select control should be loaded from the relative URL: "/ProjectService/balloonflight" (HTTP-GET) An existing BalloonTelemetrySample entity should be loaded from the relative URL: "/CompanyService/balloontelemetrysample/{id}" (HTTP-GET) If a new BalloonTelemetrySample entity has been created, the new entity should be posted to the relative URL: "/CompanyService/balloontelemetrysample" (HTTP-POST) If an existing BalloonTelemetrySample entity has been updated, the modified entity should be sent to the relative URL: "/CompanyService/balloontelemetrysample/{id}" (HTTP-PUT) If an existing BalloonTelemetrySample entity has to be deleted, the following relative URL should be called: "/CompanyService/balloontelemetrysample/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint