Skip to content

Cancel Alert

Request to be POSTed to uri : /NorenWClientTP/CancelAlert

Request Details

Parameter Name Possible value Description
jData* Should send json object with fields in below list
jKey* Key Obtained on login success.
Json Fields Possible value Description
uid* User id of logged in user
al_id* Alert Type

Response Details

Response data will have below fields:

Json Fields Possible value Description
stat alert success or failure indication.
request_time This will be present only in a successful response.
al_id Alert Id
emsg This will be present only in case of errors.
That is:
  1. Invalid Input
  2. Session Expired

Sample Success Response

{
"request_time":"15:03:33 08-04-2021",
"stat":"Oi delete success",
"al_id":"21040800000008"
}

Sample Failure Response

{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}