Syntax
Public Function DeliveryOrderHistoryReport(FromDate As String, ToDate As String, TicketID As Long, ClientID As Long, AccountID As Long, ItemName As String, ProviderID As Long, SymbolID As Long) As String
Description
The DeliverOrderHistoryReport operation is used to get the Delivery Order history report.
Request Parameters
Name | Description | Required |
FromDate |
|
Yes |
ToDate |
|
Yes |
TicketID |
|
Yes |
ClientID |
|
Yes |
AccountID |
|
Yes |
ItemName |
|
Yes |
ProviderID |
|
Yes |
SymbolID |
|
Yes |
Response Elements
Name | Description |
Result | The operation returns a list of types DelvireyItemReport, otherwise, an explicit error code is returned if Status is less than 0.
The Following are the DelvireyItemReport Data member
|
See Also