 | SalesReportServiceGetSalesFiguresForCustomer Method |
Namespace:
Bex.API
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax[WebMethodAttribute]
public SalesFigureDto GetSalesFiguresForCustomer(
string apiKey,
string customerNo,
string startDate,
string endDate,
string dimension
)
<WebMethodAttribute>
Public Function GetSalesFiguresForCustomer (
apiKey As String,
customerNo As String,
startDate As String,
endDate As String,
dimension As String
) As SalesFigureDto
public:
[WebMethodAttribute]
SalesFigureDto^ GetSalesFiguresForCustomer(
String^ apiKey,
String^ customerNo,
String^ startDate,
String^ endDate,
String^ dimension
)
[<WebMethodAttribute>]
member GetSalesFiguresForCustomer :
apiKey : string *
customerNo : string *
startDate : string *
endDate : string *
dimension : string -> SalesFigureDto
Parameters
- apiKey
- Type: SystemString
- customerNo
- Type: SystemString
- startDate
- Type: SystemString
- endDate
- Type: SystemString
- dimension
- Type: SystemString
Return Value
Type:
SalesFigureDto
See Also