PUT api/Notifications/MarkMassiveUserNotificationsAsRead
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "e7c133e4-f9be-47fa-8389-b56b7b251723", "46b7c93d-f33f-4a2c-acb6-da41e231d0cf" ]
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>e7c133e4-f9be-47fa-8389-b56b7b251723</guid> <guid>46b7c93d-f33f-4a2c-acb6-da41e231d0cf</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>