Syntax
Public Function DeletePosition(AccountID As Long, TicketID As Long) As String
Description
The DeletePositionoperation is used to Delete Position by the given Ticket ID that belongs to the given account number.
Request Parameters
| Name | Description | Required |
| AccountID |
|
Yes |
| Ticket ID |
|
Yes |
Response Elements
| Name | Description |
| Result | The operation returns the deleted ticket number in case of success, otherwise, an explicit error code is returned |
See Also