POST utils/ServiceRequestEvent?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:
[ "c145c02f-3b84-4fd3-8df5-6a6d526e29ab", "9f79aa70-f5bd-4ba0-a9ce-9adf1b4d2dce" ]
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>c145c02f-3b84-4fd3-8df5-6a6d526e29ab</guid> <guid>9f79aa70-f5bd-4ba0-a9ce-9adf1b4d2dce</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.