 | 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
)
<WebMethodAttribute>
Public Function GetSalesReportShop (
apiKey As String,
shopNo As String,
startDate As DateTime,
endDate As DateTime
) As ShopReportDto
public:
[WebMethodAttribute]
ShopReportDto^ GetSalesReportShop(
String^ apiKey,
String^ shopNo,
DateTime startDate,
DateTime endDate
)
[<WebMethodAttribute>]
member GetSalesReportShop :
apiKey : string *
shopNo : string *
startDate : DateTime *
endDate : DateTime -> ShopReportDto
Parameters
- apiKey
- Type: SystemString
- shopNo
- Type: SystemString
- startDate
- Type: SystemDateTime
- endDate
- Type: SystemDateTime
Return Value
Type:
ShopReportDto
See Also