Click or drag to resize

SalesReportServiceGetSalesHistoryForCustomer 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: SystemString
customerNo
Type: SystemString
startDate
Type: SystemString
endDate
Type: SystemString
dimension
Type: SystemString

Return Value

Type: SalesDocumentDto
See Also