/
REST - Notification Service
REST - Notification Service
PURPOSE OF SERVICE
Purpose of webservice is to enable set up of notification system (as defined on WSEMP-1135) from other processes.
SAMPLE CALL FORMAT
send to http[s]://hostname[: port]/ws/api/appRegService/configureNotification
include header
"Content-Type:application/json"
message Body
Field name | Field Type | Description |
---|---|---|
username | String | user name to set |
password | String | password to authenticate username |
notificationConfig.enabled | boolean | turn on/off notification system |
notificationConfig.message | String | Message to be shown. |
ERROR CODES
Error Name | Error Code | Description |
---|---|---|
INVALIDUSER | E01 | Error code if user password combination verification failed |
GENERALERROR | E02 | Error code if problem triggered during setting notification |
Private & Confidential