Hi,
i'm still working through the webAPI to connect a base system to Kartris.
I'm stuck with methods which ask for a parameter - type "dataTable".
As an example the method CategoriesBLL._AddCategory ask's for a dataTable as first parameter:
Public Shared Function _AddCategory(ByVal ptblElements As DataTable, ByVal pParentsList As String, _ ByRef pCategoryID As Integer, ByVal pLive As Boolean, ByVal pProductDisplayType As Char, _ ByVal pSubCatDisplayType As Char, ByVal pOrderProductsBy As String, _ ByVal pProductsSortDirection As Char, ByVal pOrderSubcatBy As String, _ ByVal pSubcatSortDirection As Char, ByVal pCustomerGroupID As Integer, ByRef strMsg As String) As Boolean
How does the strParameterXML String have to look like? Doesn't matter what i send, i'll get an XML Error (1,1).
Method's which does not have a dataTable as a parameter ca be called without any problem.
any help apreciated! Is there any source for examples? The one that's delivered with kartris doesn't handle dataTable parameters.