Click or drag to resize

SalesReportService.GetSalesHistoryForCustomer Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public SalesDocumentDto[] GetSalesHistoryForCustomer(
	string apiKey,
	string customerNo,
	string startDate,
	string endDate,
	string dimension
)

Parameters

apiKey
Type: System.String
customerNo
Type: System.String
startDate
Type: System.String
endDate
Type: System.String
dimension
Type: System.String

Return Value

Type:SalesDocumentDto[]
See Also