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:
- web services (suitetalk) provides standardized soap api has pre-built libraries php, java, , c#. netsuite provides wsdl , can build own client interact soap endpoint.
- 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
ortext/plain
http requests.
Comments
Post a Comment