Syntax
Function DeliverSymbol(AccountId As Long, SymbolID As Integer, BuySell As Long, Items As String, TotalAmount As Decimal, TicketID As Long, DepartmentID As Long, Optional ByVal note As String = "") As String
Description
The DeliverSymbol operation requests the delivery order for a specific given account number.
Request Parameters
Name | Description | Required |
AccountId |
|
Yes |
SymbolId |
|
Yes |
BuySell |
|
Yes |
Items |
|
Yes |
TotalAmount |
|
Yes |
TicketID |
|
Yes |
Note |
|
No |
DepartmentID |
|
Yes |
Response Elements
Name | Description |
Result | This method returns the Order identifier/Success code in case of success, otherwise see Error Codes Type: JSON as a type of string. |
See Also