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* | User id of the logged in user |
Response Details
Response data will have below fields:
| Json Fields | Possible value | Description |
|---|---|---|
| stat | alert success or failure indication. | |
| ai_t | 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 |
| d | Data to be compared with LTP | |
| emsg | This will be present only in case of errors. That is:
|
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"}