POST utils/ApplicationCatalogService?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:
[ "e3a961f6-3c6b-4d94-bb31-02710b0dece4", "b2904db7-0ed6-4f87-9947-2a9fd1f3e12c" ]
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>e3a961f6-3c6b-4d94-bb31-02710b0dece4</guid> <guid>b2904db7-0ed6-4f87-9947-2a9fd1f3e12c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.