megaphone
Update your Profile with your Support type to get your Support Type badge.
Nominate Your Peers for NetSuite Support Community's Choice of the Quarter! Submit your nomination today.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here!
What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now!
No Limits. Just possibilities. Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Discover what's next at SuiteConnect Tour 2026.
Try Intelligent Payment Automation – Fee Free For Your First Month For more information, visit this thread.

My Stuff

sjin1122 Red Ribbon

Comments

  • using NetsuiteAPI.Models; using System; using System.Collections.Generic; using System.Linq; using System.Net.Http; using System.Security.Cryptography; using System.Text; using System.Threading.Tasks; using System.Web; using System.Web.Mvc;namespace NetsuiteAPI.Controllers { public class Postqueryv2Controller : Controller…
  • "https://[ProductID].suitetalk.api.netsuite.com/services/rest/record/v1/cashSale" url is working in C# rest api, but if I use "https://[ProductID].suitetalk.api.netsuite.com/services/rest/record/v1/cashSale?limit=1000&offset=241000" parameter we got error "'Unauthorized', " Also If i use Postman, both way is working fine.…
  • Yeah It is working it in Postman "https://demo123.suitetalk.api.netsuite.com/services/rest/record/v1/customer?q=dateCreated ON_OR_AFTER "1/1/2019" AND dateCreated BEFORE "1/1/2020"" but it is not working when I use API using C#, that may be spacing problem for Url, most of url has no space but only Netsuite has spacing for…