PUT odata/SiteRatings(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Updates all properties of a single SiteRating object.
Request Information
Request body formats
application/json, text/json
Sample:
{ "SiteRatingID":"c08f2754-55ba-4202-bead-d79478972ec6", "SiteName":"SampleSite", "MembershipID":null, "RatingValue":9.0, "CreatedTime":"2016-09-25T14:01:15.3149682-07:00" }Important Note: All other, not specified properties will be erased for that SiteRating object. For incremental updates please use PATCH Api.
Response Information
HTTP/1.1 204 No Content