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

Updates all properties of a single Announcement object.

Request Information

Request body formats

application/json, text/json

Sample:
{ 
    "AnnouncementID": "281a3685-8b7f-42f1-92a4-7073998a8933",
    "Description": "This is sample announcement",
    "Via": "Mobile",
    "IsPrivate": false,    
    "SiteName": "SampleSite"
}
Important Note: All other, not specified properties will be erased for that Announcement object. For incremental updates please use PATCH Api.

Response Information

HTTP/1.1 204 No Content