Gets a list of transaction types that can be assigned to forms

Namespace:  QFEM_WebServices
Assembly:  QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public QuikResultWS GetFormTransTypes(
	string FormTransTypeIDList
)
Visual Basic (Declaration)
Public Function GetFormTransTypes ( _
	FormTransTypeIDList As String _
) As QuikResultWS
Visual C++
public:
QuikResultWS^ GetFormTransTypes(
	String^ FormTransTypeIDList
)

Parameters

FormTransTypeIDList
Type: System..::.String
CSV list of transaction type IDs

Return Value

A QuikResultWS object with the following information:
  • ErrorFlag
  • ErrorCode
  • Message
  • ResultData with a DataTable that contains the following columns: FormTransTypeID, FormTransType, FormTransTypeDesc

Remarks

See Also