Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
How to turn off auto-numbering when registering salesorder with RestWebService
How to turn off auto-numbering when registering salesorder with RestWebService
When registering a SalesOrder via the standard NetSuite REST API, I would like to set an individual tranID.
I specified the following in the request JSON baseline, but did not get the intended result.
<code>
"tranid": <arbitrary value that does not duplicate an existing tranID> ,
"generatetranidonsave" : False
</code>
Please answer the following questions regarding this
1. is the title process supported by the REST API in the first place?
2. if possible, can you give us a sample of the request JSON?
0