SOAP Action: getAll Scenario: get all records of currency Request Response
Category: NS Integration
All articles / code related to Netsuite integration
SOAP WebService – deleteList Operation
Soap Action: deleteList Scenario: delete employee record and sales record in a single request Request Response
SOAP WebService – delete operation
Soap Action – delete Scenario: Delete a customer record giving internal id Request Response
Resolve Error: “Invalid Login Attempt” When Using Token-Based Authentication for Sandbox on Restlet
Issue: When trying to use Token-Based Authentication in Sandbox Environment, user receives an error “Invalid Login Attempt” Solution: A possible reason why the error is being received is that the Realm on the Authorization header was not declared properly. When using a Sandbox environment, the realm should be in uppercase. (e.g. 123456_SB1). Using lowercase will… Continue reading Resolve Error: “Invalid Login Attempt” When Using Token-Based Authentication for Sandbox on Restlet
Soap WebService – addList Operation
Scenario – Add customer and location in a single request. Operation – addList Request Response
How to add a file in SharePoint in folder-Subfolder structure?
Open SharePoint Click on Site for Testing. Choose the template for site. Create document library. Create folder in the document library. To create subfolders, open the folder and click on new button. Thus, we can add any number of sub folders.
How to get access token of Third-Party APIs(DocuSign) using POSTMAN
First, login to the DocuSign Account or any account. Then Create an APP and Integration key. It depends on the API you have used. We can directly get the access token. Otherwise, here we showed the steps to create an access token for DocuSign Integration. Using the API and integration key, get the access permissions.… Continue reading How to get access token of Third-Party APIs(DocuSign) using POSTMAN
Add Soap Operation for Creating Employee Record
Use to add one record into the system. The system returns a NetSuite identifier (internalId) that is unique for each record created within a record type. soapAction: add Request Response
NetSuite SOAP Web Services with Postman
Web Services are Extensible Markup Language (XML) applications mapped to programs, objects, databases, or complex business functions. They utilize standardized XML messaging to send and receive requests over the internet. The following protocols are used to publish, expose, and access Web Services: Web Services Description Language (WSDL) – exposes an interface, interaction, and protocol mapping.… Continue reading NetSuite SOAP Web Services with Postman
How to handle Tax discrepancy between NetSuite and Third-Party systems while integration
Tax discrepancy between NetSuite and Third-Party systems