Overview
Summary
Contact
Donate
Imprint
Prompt for the
LaserLinkView
Please create a React-JS view called "LaserLinkView" for the fields of the LaserLink entity. The LaserLinkView must contain the following fields: - name: ActivationDate type: DATE - name: SatelliteA type: Satellite - name: SatelliteB type: Satellite - name: Status type: STRING The data source for the [SatelliteA] select control should be loaded from the relative URL: "/SatelliteService/satellite" (HTTP-GET) The data source for the [SatelliteB] select control should be loaded from the relative URL: "/SatelliteService/satellite" (HTTP-GET) An existing LaserLink entity should be loaded from the relative URL: "/SatelliteService/laserlink/{id}" (HTTP-GET) If a new LaserLink entity has been created, the new entity should be posted to the relative URL: "/SatelliteService/laserlink" (HTTP-POST) If an existing LaserLink entity has been updated, the modified entity should be sent to the relative URL: "/SatelliteService/laserlink/{id}" (HTTP-PUT) If an existing LaserLink entity has to be deleted, the following relative URL should be called: "/SatelliteService/laserlink/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint