PUT api/Notifications/MarkMassiveUserNotificationsAsRead
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "7b325df4-98a9-4bad-8fef-cbc089be0be9", "2527de6d-2dca-41d9-bc26-f35e8425ef26" ]
application/xml, text/xml
Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays"> <guid>7b325df4-98a9-4bad-8fef-cbc089be0be9</guid> <guid>2527de6d-2dca-41d9-bc26-f35e8425ef26</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>