POST odata/Media(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)/SoNET.SubmitFeedback
Submits feedback for given Media object with optional creation of the Observer who is getting notified when new feedback arrives in a thread.
Request Information
Request body formats
application/json, text/json
Sample:
{ "Comments": "This is sample comment", "UserID": null, "PersonName": "John Smith", "Email": "[email protected]", "Website": "http://testsite.com/johnsmith", "CreateObserver": true }
Response Information
Response body formats
application/json, text/json
Sample:
HTTP/1.1 200 OK Content-Type: application/json; charset=utf-8 Location: http://sampleserver.com/odata/Media(8f41956c-b0a3-40b2-aff9-22314a0ffbef) { "odata.metadata":"http://sampleserver.com/odata/$metadata#MediaLibrarianCore.MediaFeedback" }