PUT odata/MediaRatings(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Updates all properties of a single MediaRating object.
Request Information
Request body formats
application/json, text/json
Sample:
{ "MediaRatingID": "20a82541-e651-4c74-99e3-1a1b02a09bbd", "MediaID": "016af32e-3e93-4077-964e-f6a0426c3572", "MembershipID": null, "RatingValue": 9, "CreatedTime": "2014-05-20T18:21:35.7316554-07:00", "SiteName": "SampleSite" }Important Note: All other, not specified properties will be erased for that MediaRating object. For incremental updates please use PATCH Api.
Response Information
HTTP/1.1 204 No Content