POST utils/SessionConnectionStatus?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:
[ "e1d1b8a3-c108-4517-91ad-aa42f3d3420e", "1f998fff-9248-4526-9a12-97bf3e661f78" ]
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>e1d1b8a3-c108-4517-91ad-aa42f3d3420e</guid> <guid>1f998fff-9248-4526-9a12-97bf3e661f78</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.