POST utils/ApiLogger?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:
[ "cc9c6bce-2daf-4e6d-8c51-cfd52740d76f", "b04ae8f1-6746-42b4-a7a4-059f4bae2d5f" ]
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>cc9c6bce-2daf-4e6d-8c51-cfd52740d76f</guid> <guid>b04ae8f1-6746-42b4-a7a4-059f4bae2d5f</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.