ios - How to use netsuite API to get data on mobile device? -


i want & post data netsuite.i have explored on google go know phptoolkit & suitescript.i want create custom modules in netsuite & data netsuite using api.please me out how it.

thanks in advance

netsuite offers 2 different methods of pulling data external system:

  1. web services (suitetalk) provides standardized soap api has pre-built libraries php, java, , c#. netsuite provides wsdl , can build own client interact soap endpoint.
  2. restlets (sub-type of suitescript) provide ability write own custom netsuite endpoints can accept , return custom data formats. typically, json preferred format interface restlets natively supported, can use format you'd like. restlets accept either application/json or text/plain http requests.

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -