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:
[ "c45d840b-ba7a-44be-84be-e534b4b1048b", "59fe9f0c-cafb-4d3f-8b4c-7418d40857bf" ]
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>c45d840b-ba7a-44be-84be-e534b4b1048b</guid> <guid>59fe9f0c-cafb-4d3f-8b4c-7418d40857bf</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.