Syntax
Public Function ManualDeleteLimit (AccountID As Long, OrderID As Long) As String
Description
The ManualDeleteLimit operation is used to cancel the given entry order that belongs to the given account number.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
| OrderID |
|
Yes |
Response Elements
| Name | Description |
| Result | The operation returns the closed ticket number in case of success, otherwise, an explicit error code is returned |
See Also