myDATATools.getClassInvType Method
It could take up to 10 seconds to return data.
This function is not available in the Trial Version.
Public Function getClassInvType( _
ByVal classificationType As String, _
ByVal classificationCategory As String _
) As Dictionary(Of String, Object)
This language is not supported or no code example is available.
Parameters
- classificationType
- string
E3 Code.
- classificationCategory
- string
The Category.
Return Value
Dictionary<string, object>Dictionary(Of System.String, System.Object).
myDATATools mdt = new myDATATools("Arbitrans User", "Arbitrans Key"); Dictionary<string, object> result = mdt.getClassInvType("E3_561_001", "category1_1");
This language is not supported or no code example is available.