Syntax
Public function FixDelivery (AccountId As Long, Symbol As Long, Items As String, TicketID As Long, DeptID As Long, Optional note As String = "") As string
Description
The FixDelivery operation is used to create fix delivery order for a specific account number
Request Parameters
Name | Description | Required |
AccountID |
|
Yes |
Symbol |
|
Yes |
Items |
|
Yes |
TicketID |
|
Yes |
DeptID |
|
Yes |
note |
|
No |
Response Elements
Name | Description |
Result | The operation return object of type FixDeliveryPosition in case of success, otherwise an explicit error code
The Following are the FixDeliveryPosition data member:
|
See Also