POST utils/NotificationException?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:
[ "f0ffecea-3991-43a8-b28e-7e98efaf3357", "c3195df0-730f-449a-80ed-4092bd96ba85" ]
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>f0ffecea-3991-43a8-b28e-7e98efaf3357</guid> <guid>c3195df0-730f-449a-80ed-4092bd96ba85</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.