Gets a list of the customer’s subscribed forms. Search criteria can be used to return subsets of records for real-time end-user searches.

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

Syntax

C#
public QuikResultWS GetFormsList(
	string FormIDList,
	string DealerIDList,
	string DealerName,
	string FormCategoryIDList,
	string FormShortName,
	string FormStatusIDList,
	DateTime PublishDateFrom,
	DateTime PublishDateTo,
	string LitNo,
	string DealerTypeIDList,
	string DealerStatusIDList,
	string StateIDList,
	string FormTransTypeIDList
)
Visual Basic (Declaration)
Public Function GetFormsList ( _
	FormIDList As String, _
	DealerIDList As String, _
	DealerName As String, _
	FormCategoryIDList As String, _
	FormShortName As String, _
	FormStatusIDList As String, _
	PublishDateFrom As DateTime, _
	PublishDateTo As DateTime, _
	LitNo As String, _
	DealerTypeIDList As String, _
	DealerStatusIDList As String, _
	StateIDList As String, _
	FormTransTypeIDList As String _
) As QuikResultWS
Visual C++
public:
QuikResultWS^ GetFormsList(
	String^ FormIDList, 
	String^ DealerIDList, 
	String^ DealerName, 
	String^ FormCategoryIDList, 
	String^ FormShortName, 
	String^ FormStatusIDList, 
	DateTime PublishDateFrom, 
	DateTime PublishDateTo, 
	String^ LitNo, 
	String^ DealerTypeIDList, 
	String^ DealerStatusIDList, 
	String^ StateIDList, 
	String^ FormTransTypeIDList
)

Parameters

FormIDList
Type: System..::.String
CSV list of unique form IDs
DealerIDList
Type: System..::.String
CSV list of unique dealer IDs
DealerName
Type: System..::.String
Quik! dealer company name
FormCategoryIDList
Type: System..::.String
CSV list of form category IDs
FormShortName
Type: System..::.String
Short descriptive name of the form
FormStatusIDList
Type: System..::.String
CSV list of form status IDs
PublishDateFrom
Type: System..::.DateTime
The minimum date form was published to Quik! users
PublishDateTo
Type: System..::.DateTime
The maximum date form was published to Quik! users
LitNo
Type: System..::.String
Literature number of the form, as provided by the dealer
DealerTypeIDList
Type: System..::.String
CSV list of dealer type IDs
DealerStatusIDList
Type: System..::.String
CSV list of dealer status IDs
StateIDList
Type: System..::.String
CSV list of state IDs
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: FormID, DealerID, DealerName, FormShortName, FormDesc, FileSize, LitNo, NoPages, DealerStatusID, DealerStatus, FormTypeID, Private, RevisionDate, FormStatusID, PublishDate

Remarks

See Also