Click or drag to resize

SalesReportServiceGetSalesReportShop Method

Namespace:  Bex.API
Assembly:  Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[WebMethodAttribute]
public ShopReportDto GetSalesReportShop(
	string apiKey,
	string shopNo,
	DateTime startDate,
	DateTime endDate
)

Parameters

apiKey
Type: SystemString
shopNo
Type: SystemString
startDate
Type: SystemDateTime
endDate
Type: SystemDateTime

Return Value

Type: ShopReportDto
See Also