ImpSdk.addToGenericList

developed by Ramu Katamaneni
Name Description
addToGenericList SDK for Add To Generic List.

Demonstration:





addToGenericList()
input properties
requestdata: object The input data as json, ex: {type:"recipe", entryid:1233, data:{//anything in JSON format}}
callback: function Callback function to be called when Add To Generic List response is ready.
output properties
callback: function Callback function is returned with Error and Data( Ex: callback(error, responsedata) )
error: Error Error object with error details( For success: it is null )
responsedata: object Nothing(empty)