Gets a list of the customer’s subscribed dealers and attributes
Namespace:
QFEM_WebServices
Assembly:
QFEM_WebServices (in QFEM_WebServices.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Visual Basic (Declaration) |
---|
Public Function GetDealerList ( _
DealerIDList As String, _
DealerName As String, _
DealerStatusIDList As String _
) As QuikResultWS |
Return Value
A
QuikResultWS object with the following information:
- ErrorFlag
- ErrorCode
- Message
- ResultData with a DataTable that contains the following columns: DealerID, DealerName, DealerSecurityLevelID, DealerStatusID, DealerStatus
Remarks
See Also