Overview
Summary
Contact
Donate
Imprint
Prompt for the
AcquisitionView
Please create a React-JS view called "AcquisitionView" for the fields of the Acquisition entity. The AcquisitionView must contain the following fields: - name: Acquirer type: LONG - name: AnnouncedOn type: DATE - name: ClosedOn type: DATE - name: Description type: STRING - name: IntegratedInto type: LONG - name: PriceEur type: DOUBLE - name: TargetCountry type: LONG - name: TargetName type: STRING An existing Acquisition entity should be loaded from the relative URL: "/PlaylistService/acquisition/{id}" (HTTP-GET) If a new Acquisition entity has been created, the new entity should be posted to the relative URL: "/PlaylistService/acquisition" (HTTP-POST) If an existing Acquisition entity has been updated, the modified entity should be sent to the relative URL: "/PlaylistService/acquisition/{id}" (HTTP-PUT) If an existing Acquisition entity has to be deleted, the following relative URL should be called: "/PlaylistService/acquisition/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint