Hi there, I had a quick question on the functiona...
# suitetalkapi
n
Hi there, I had a quick question on the functionality on when to use Restlets vs Rest. We are looking to make an integration, the 3rd party system will be making calls to receive pricing data from NetSuite and then when a Sales Order is submitted then push a JSON object to NetSuite which then inturn should generate or update a Sales Order and would like to push back the order number in the response I was leaning more towards Restlet's but wanted to see if there was any standarization on when to go REST web services calls or Restlets
s
You’ll get a lot of standardization with SuiteTalk REST. However, in your case, I suggest checking the standard SuiteTalk REST endpoint first. Maintainability could become an issue later if you proceed with RESTlets. That said, if your business requires extensive customization or preprocessing/cleaning of data, RESTlets would be the better option. Here’s a comparison document:https://docs.oracle.com/en/cloud/saas/netsuite/ns-online-help/section_1544786256.html
n
Thank you Shubham!
👍 1