Overview
Summary
Contact
Donate
Imprint
Prompt for the
DocumentLeakView
Please create a React-JS view called "DocumentLeakView" for the fields of the DocumentLeak entity. The DocumentLeakView must contain the following fields: - name: Description type: STRING - name: EndDate type: DATE - name: Name type: STRING - name: RelatedConflict type: STRING - name: SourcePlatform type: STRING - name: StartDate type: DATE An existing DocumentLeak entity should be loaded from the relative URL: "/VoiceSessionService/documentleak/{id}" (HTTP-GET) If a new DocumentLeak entity has been created, the new entity should be posted to the relative URL: "/VoiceSessionService/documentleak" (HTTP-POST) If an existing DocumentLeak entity has been updated, the modified entity should be sent to the relative URL: "/VoiceSessionService/documentleak/{id}" (HTTP-PUT) If an existing DocumentLeak entity has to be deleted, the following relative URL should be called: "/VoiceSessionService/documentleak/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint