I started to build a NET C# application to interac...
# beginners
m
I started to build a NET C# application to interact with NetSuite Restlets. When I call the Restlet url using Postman I receive a successful response with data back from NetSuite. Postman generated a RestSharp C# code based on my request data which I am using in my .Net project. But for whatever reason I am getting back Null response when I run the .Net code. Does anyone see what is wrong with the C# request?