POST utils/Administration?errorMessage={errorMessage}&status={status}
The update many notifications.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| errorMessage |
The error Message. |
string |
Required |
| status |
The status. |
NotificationExecutionStatus |
Required |
Body Parameters
The notification Id List.
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "d6dafe02-b366-4252-b852-4f1764cf2954", "e3405a31-b317-458d-a456-bc93d099ba2f" ]
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>d6dafe02-b366-4252-b852-4f1764cf2954</guid> <guid>e3405a31-b317-458d-a456-bc93d099ba2f</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.