Overview
Summary
Contact
Donate
Imprint
Prompt for the
SearchDirectoryEntryView
Please create a React-JS view called "SearchDirectoryEntryView" for the fields of the SearchDirectoryEntry entity. The SearchDirectoryEntryView must contain the following fields: - name: Country type: STRING - name: DirectoryType type: STRING - name: Language type: STRING - name: ResourceType type: STRING - name: Title type: STRING - name: Url type: STRING An existing SearchDirectoryEntry entity should be loaded from the relative URL: "/ProductService/searchdirectoryentry/{id}" (HTTP-GET) If a new SearchDirectoryEntry entity has been created, the new entity should be posted to the relative URL: "/ProductService/searchdirectoryentry" (HTTP-POST) If an existing SearchDirectoryEntry entity has been updated, the modified entity should be sent to the relative URL: "/ProductService/searchdirectoryentry/{id}" (HTTP-PUT) If an existing SearchDirectoryEntry entity has to be deleted, the following relative URL should be called: "/ProductService/searchdirectoryentry/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint