Unable to see stock name in GTT order payload

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”
}’

Hi @15venkatsai,
The field “security_id” depicts the stock id, You can fetch it from the security master API.

Please check docs for more details
https://developer.paytmmoney.com/docs/api/security-master/

@AbhishekMehta OK where can I get the pml id… Even that is mandatory seems… And we cannot give any ransome number… In the security shetti I don’t see pml details.

@AbhishekMehta @PaytmMoney can you pls help on my query regarding pml id?