☰
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
13.8K
All Categories
0
Incidents
153
Node JS client
40
Go client
793
.Net API client
378
Kite Publisher
537
.Net / VBA / Excel (3rd party)
457
Algorithms and Strategies
993
Java client
1.1K
API clients
404
PHP client
4K
Python client
346
Mobile and Desktop apps
1.4K
Market data (WebSockets)
3.3K
General
In this Discussion
September 4
sujith
September 4
krishkalyani
Not receiving response in order place for webhook
krishkalyani
September 4
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 4
My Client Id: RC0497
sujith
September 4
It seems like your endpoint is throwing exception. You can make some dummy form post request and debug at your end.
krishkalyani
September 4
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