/
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

Sample Call
{"username":"developer","password":"******","notificationConfig":{"enabled":false,"message":"Give me My Notification Message!!!"}}
Field nameField TypeDescription
usernameStringuser name to set
passwordStringpassword to authenticate username
notificationConfig.enabledbooleanturn on/off notification system
notificationConfig.messageStringMessage to be shown.
ERROR CODES
Error NameError CodeDescription
INVALIDUSERE01Error code if user password combination verification failed
GENERALERRORE02Error code if problem triggered during setting notification

Private & Confidential