POST utils/Customer?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:
[ "ca3adfd3-28e5-4713-9284-4d30ff3f8956", "cb8116bf-04cd-4250-a49f-e94df0b0f8e7" ]
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>ca3adfd3-28e5-4713-9284-4d30ff3f8956</guid> <guid>cb8116bf-04cd-4250-a49f-e94df0b0f8e7</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.