Syntax
Public Function RejectOrder (OrderID As Long, Optional ByVal Comment As String = "") As String
Description
The RejectOrder operation is used to reject the given OrderID which belongs to the client under the logged-in dealer Id.
Request Parameters
Name | Description | Required |
OrderID |
|
Yes |
Comment |
|
No |
Response Elements
Name | Description |
Result | The operation returns the rejected order number in case of success, otherwise, an explicit error code is returned. |
See Also