Returns vendors.
            
 
    Namespace: 
   NetQuarry.Services
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
SyntaxBlazeGetVendorsResponse GetVendors(
	Nullable<DateTime> startDate = null,
	Nullable<DateTime> endDate = null,
	Nullable<int> start = null,
	Nullable<int> limit = null
)
Function GetVendors ( 
	Optional startDate As Nullable(Of DateTime) = Nothing,
	Optional endDate As Nullable(Of DateTime) = Nothing,
	Optional start As Nullable(Of Integer) = Nothing,
	Optional limit As Nullable(Of Integer) = Nothing
) As BlazeGetVendorsResponse
Parameters
- startDate (Optional)
 - Type: SystemNullableDateTime
The start date. - endDate (Optional)
 - Type: SystemNullableDateTime
The end date. - start (Optional)
 - Type: SystemNullableInt32
The first vendor to return. - limit (Optional)
 - Type: SystemNullableInt32
The maximum number of vendors to return. 
Return Value
Type: 
BlazeGetVendorsResponseThe vendors.
See Also