Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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?