Skip to content

Get Broker Msg

Request to be POSTed to uri : /NorenWClientTP/GetBrokerMsg

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* Logged in User Id

Response Details

Response data will be in json format with below fields in case of success:

Json Fields Possible value Description
stat Ok Broker Msg success or failure indication.
dmsg This will be present only in case of success. Number of days to expiry will be present in same.
norentm Noren Time

Sample Success Response

[
{
"stat": "Ok",
"norentm": "02-05-1975 08:48:52",
"msgtyp": "Admin Message",
"dmsg": "Test Msg All Message Recovery2"
},
{
"stat": "Ok",
"norentm": "02-05-1975 08:48:52",
"msgtyp": "Admin Message",
"dmsg": "Test Msg All Message Recovery2"
}
]