Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LegalDocumentView
Please create a React-JS view called "LegalDocumentView" for the fields of the LegalDocument entity. The LegalDocumentView must contain the following fields: - name: Content type: STRING - name: EffectiveFrom type: DATE - name: LastUpdated type: DATE - name: Slug type: STRING - name: Title type: STRING - name: VersionLabel type: STRING An existing LegalDocument entity should be loaded from the relative URL: "/ConferenceRoomService/legaldocument/{id}" (HTTP-GET) If a new LegalDocument entity has been created, the new entity should be posted to the relative URL: "/ConferenceRoomService/legaldocument" (HTTP-POST) If an existing LegalDocument entity has been updated, the modified entity should be sent to the relative URL: "/ConferenceRoomService/legaldocument/{id}" (HTTP-PUT) If an existing LegalDocument entity has to be deleted, the following relative URL should be called: "/ConferenceRoomService/legaldocument/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum