Gets a list of dealer types for use when selecting dealers

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

Syntax

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

Parameters

DealerTypeIDList
Type: System..::.String
CSV list of dealer type IDs

Return Value

A QuikResultWS object with the following information:
  • ErrorFlag
  • ErrorCode
  • Message
  • ResultData with a DataTable that contains the following columns: DealerTypeID, DealerType, DealerTypeDesc

Remarks

See Also