Overview
Summary
Contact
Donate
Imprint
Prompt for the
VesselIdentifierHistoryView
Please create a React-JS view called "VesselIdentifierHistoryView" for the fields of the VesselIdentifierHistory entity. The VesselIdentifierHistoryView must contain the following fields: - name: PreviousCallSign type: STRING - name: PreviousFlagCountry type: Country - name: PreviousMmsi type: STRING - name: PreviousName type: STRING - name: ValidFromUtc type: DATE - name: ValidToUtc type: DATE - name: Vessel type: Vessel The data source for the [Vessel] select control should be loaded from the relative URL: "/VesselService/vessel" (HTTP-GET) The data source for the [PreviousFlagCountry] select control should be loaded from the relative URL: "/UserAccountService/country" (HTTP-GET) An existing VesselIdentifierHistory entity should be loaded from the relative URL: "/FleetService/vesselidentifierhistory/{id}" (HTTP-GET) If a new VesselIdentifierHistory entity has been created, the new entity should be posted to the relative URL: "/FleetService/vesselidentifierhistory" (HTTP-POST) If an existing VesselIdentifierHistory entity has been updated, the modified entity should be sent to the relative URL: "/FleetService/vesselidentifierhistory/{id}" (HTTP-PUT) If an existing VesselIdentifierHistory entity has to be deleted, the following relative URL should be called: "/FleetService/vesselidentifierhistory/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint