PUT odata/FunFacts(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)
Updates all properties of a single FunFact object.
Request Information
Request body formats
application/json, text/json
Sample:
{ "DateTime": "2013-09-20T23:47:49.4849249-07:00", "MembershipID": null, "SiteName": "SampleSite" }Important Note: All other, not specified properties will be erased for that FunFact object. For incremental updates please use PATCH Api.
Response Information
HTTP/1.1 204 No Content