PUT odata/FormResults(xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx)

Updates all properties of a single FormResults object.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "FormResultsID": "a21478f5-f17b-4ccf-a620-42d3bf168551",
  "SiteName": "SampleSite",
  "Approved" : true,
  "ApprovalNote" : "good to go",
  "FormName": "Updated Form Name",
  "Results": "Some results",
  "CreatedTime": "2016-09-11T23:47:23.2657281-07:00"
}
Important Note: All other, not specified properties will be erased for that FormResults object. For incremental updates please use PATCH Api.

Response Information

HTTP/1.1 204 No Content