 | 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
)
<WebMethodAttribute>
Public Function GetSalesHistoryForCustomer (
apiKey As String,
customerNo As String,
startDate As String,
endDate As String,
dimension As String
) As SalesDocumentDto()
public:
[WebMethodAttribute]
array<SalesDocumentDto^>^ GetSalesHistoryForCustomer(
String^ apiKey,
String^ customerNo,
String^ startDate,
String^ endDate,
String^ dimension
)
[<WebMethodAttribute>]
member GetSalesHistoryForCustomer :
apiKey : string *
customerNo : string *
startDate : string *
endDate : string *
dimension : string -> SalesDocumentDto[]
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