Does Netsuite have a RESTful API?

I want to make an iOS application integrated with Netsuite , this should be done through the RESTful API, but I could find something quite clearly on my site, on the Internet, or even talk to their representatives. Does anyone know if there is any documentation? Thanks!

+8
rest ios netsuite
source share
2 answers

You can interact with NetSuite from a mobile application using one of the types of SuiteScript called RESTlets. The documentation is in the help section, so you need a login. User group community

+14
source share

I use the API for my integrated NetSuite application provided by Halosys ( http://halosys.com/new-video-mobile-apps-for-netsuite.html ).

The API is integrated with NetSuite and other systems and provides RESTful services for mobile applications. More when I launch my Android app, but are generally happy with the simplified API and notifications, etc.

There are several more companies that offer a similar API service, commonly called Mobile Backend-as-a-Service, but it’s important that you look for those that target Enterprise rather than consumer applications.

Hackmobile

0
source share

All Articles