from the code below i do not see stock name in the fields. what is the field that depicts stock name/stock id and how can we get the value?
curl --location --request POST ‘https://developer.paytmmoney.com/gtt/v1/gtt’
–header ‘x-jwt-token: {{JWT-TOKEN}}’
–header ‘Content-Type: application/json’
–data-raw ‘{
“segment”: “E”,
“exchange”: “NSE”,
“pml_id”: “1000001488”,
“security_id”: “14366”,
“product_type”: “C”,
“set_price”: “12.80”,
“transaction_type”: “S”,
“transaction_details”: [
{
“quantity”: “1”,
“trigger_price”: “12.7”,
“limit_price”: “0”
}
],
“order_type”: “MKT”,
“trigger_type”: “SINGLE”
}’