"errorCode":"UDAPI100012","message":"Invalid Endpoint"

Hello,

When I tried to convert the intraday position to delivery, i get this error:

  1. data passed: {“instrument_token”: “NSE_EQ|INE070D01027”, “new_product”: “D”, “old_product”: “I”, “transaction_type”: “BUY”, “quantity”: 55}

  2. error received from API: {“status”:“error”,“errors”:[{“errorCode”:“UDAPI100012”,“message”:“Invalid Endpoint”,“propertyPath”:null,“invalidValue”:null,“error_code”:“UDAPI100012”,“property_path”:null,“invalid_value”:null}]}

Could you tell me about this problem ?

Regards,
Saurabh
User ID:196847

Hi @saurabhkumarbansal,

Could you share the cURL request or REST endpoint you’re using? The error message indicates that you might be using an incorrect REST endpoint.

You may also refer to the example code implementations to verify the correct endpoints: Example Codes

Thank you!