Get Pending Alert
Request to be POSTed to uri : /NorenWClientTP/GetPendingAlert
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 have below fields.
| Json Fields | Possible value | Description |
|---|---|---|
| stat | alert success or failure indication. | |
| al_id | Alert type | |
| al_id | Alert Id | |
| tsym | Trading symbol | |
| exch | Exchange Segment | |
| token | Contract token | |
| remarks | Any message Entered during order entry. | |
| validity | DAY or GTT | Validity |
| remarks | Any message Entered during order entry. | |
| sms_flag | true or false | SMS flag |
| email_flag | true or false | Email flag |
| push_flag | true or false | Push flag |
| emsg | true or false | This will be present only in case of errors.That is : 1) Invalid Input 2) Session Expired |
| cname | Company Name |
Sample Success Response :
[
{
"Stat":"ok",
“ai_t”:”LTP_A”,
“al_id”:”21040800000008”,
“tsym”:”ACC-EQ”,
“exch”:”NSE”
“token”:”22”,
“remarks”:”test”,
“validity”:”DAY”,
“d”:”95000.00”
}
]
Sample Failure Response :
{
"stat":"Not_Ok",
"emsg":"Session Expired : Invalid Session Key"
}