Request to be POSTed to URI: /NorenWClientTP/HoldingsConv
Request Details:
| Parameter Name | Possible Value | Description |
|---|
| jData* | JSON object | Should send JSON object with fields in the list below |
JSON Fields:
| Field Name | Possible Value | Description |
|---|
| uid* | Logged in User Id | |
| actid* | Account id of the logged in user | |
| prd* | Product name | |
| isin* | ISIN | |
| src_brkuid | Source Broker Id | |
| holdqty | Holding quantity | Optional |
| colqty | Collateral Quantity | Only when holdqty is present |
| dpqty | DP Holding Quantity | If holdqty is not there |
| benqty | Beneficiary Holding Quantity | If holdqty or dpqty is not there |
| unplgdqty | Unplgd Holding Quantity | If holdqty, dpqty, or benqty is not there |
| brkcolqty | Broker Collateral Quantity | If holdqty, dpqty, benqty, or unplgdqty is not there |
Notes:
colqty will be taken only if holdqty is provided.
dpqty will be taken only if holdqty is not provided.
benqty will be taken if both holdqty or dpqty are not provided.
unplgdqty will be taken if holdqty, dpqty, or benqty are not provided.
brkcolqty will be taken only if the above quantities are not provided.
Response Details:
Response data will be in JSON format with the fields below in case of success:
JSON Fields:
| Field Name | Possible Value | Description |
|---|
| stat | Ok or Not_Ok | Position book request success or failure indication. |
| request_time | | Response received time. |
| norentm | | Noren time stamp |
| noren_nsecs | | Noren Nanoseconds |
| emsg | | Error message |
Sample Success Response:
"request_time": "17:33:10 04-07-2024",
"noren_nsecs": "25659771",
Sample Failure Response:
"request_time": "17:36:21 04-07-2024",
"emsg": "Error Occurred : 2 \"invalid input[Account doesn't exist]\""