Remove Alert Manager
This endpoint removes the specified alert manager definition from serial numbers.
Name | Type | Description |
---|---|---|
definitionId | int | The ID of the Alert Manager Definition to remove from the specified serial numbers |
serialNumbers | string array | serialNumbers of stock to remove the specified Alert Manager Definition from |
Request
curl --location 'https://api.cellhire.com/api/simsubmission/RemoveAlertManager' \
-header 'Content-Type: application/json;charset=UTF-8' \
-header 'Authorization: Bearer eyJhbGciOiJSUzI1NiIsImtpZCI6IjRBMDlENTFBMDhEOEUxMTU0OTkyODFDNDdFMjE.....' \
--data '{
"definitionId": 123,
"serialNumbers": ["89440000000000000000"]
}'