☰
Login
Signup
Home
›
.Net API client
Howdy, Stranger!
It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In
Register
Categories
Recent Discussions
Activity
Categories
14K
All Categories
0
Incidents
157
Node JS client
40
Go client
794
.Net API client
383
Kite Publisher
537
.Net / VBA / Excel (3rd party)
462
Algorithms and Strategies
1K
Java client
1.1K
API clients
405
PHP client
4K
Python client
349
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.4K
General
In this Discussion
September 2024
sujith
September 2024
krishkalyani
Not receiving response in order place for webhook
krishkalyani
September 2024
in
.Net API client
Hi Team,
I am not get any response for webhook
here is my asp.net core controller code
------------------
[AllowAnonymous]
[HttpPost]
public IActionResult Index([FromBody] dynamic OrderResponse)
{
string jsonData = Convert.ToString(OrderResponse);
//Process the request
return Ok();
}
----------------------
Please look into this why i am not getting response?
krishkalyani
September 2024
My Client Id: RC0497
sujith
September 2024
It seems like your endpoint is throwing exception. You can make some dummy form post request and debug at your end.
krishkalyani
September 2024
Hi Sujith,
Its working for me now.
Thanks for your reply.
Regards,
Krishna
This discussion has been closed.
Its working for me now.
Thanks for your reply.
Regards,
Krishna