Activate or deactivate an alert
Activate or Deactivate existing alerts created for this account. This does not delete alerts, but disables notifications until reactivated.
POST /iserver/account/{{ accountId }}/alert/activate
Request Details
Path Parameters
accountId: String. Required
Identifier for the unique account to retrieve information from.
Value Format: “DU1234567”
Request Body
alertId: int. Required
The alertId, or order_id, received from order creation or the list of alerts.
alertActive: int. Required
Set whether or not the alert should be active (1) or inactive (0)
Python
Abap
Response Object
request_id: int.
Returns ‘null’
order_id: int.
Returns requested alertId or order_id
success: bool.
Returns true if successful
text: String.
Adds additional information for “success” status.
failure_list: String.
If “success” returns false, will list failed order Ids

