EditTicket
This web service contains the functions to edit an existing Ticket.
The following operations are supported. For a formal definition, please review the Service Description.
-
EditAllTicketDetails
Receives RequestInfo class object which contains required information to edit the ticket details. In return it will return ResponseInfo class object which will tell whether an operation was successfull, if not it will return ErrorCode and ErrorMessage. -
EditTicketDetails
Receives RequestInfo class object which contains required information to edit the ticket details. In return it will return ResponseInfo class object which will tell whether an operation was successfull, if not it will return ErrorCode and ErrorMessage. -
EditTicketOverview
Receives RequestInfo class object which contains required information to edit the ticket overview. In return it will return ResponseInfo class object which will tell whether an operation was successfull, if not it will return ErrorCode and ErrorMessage. -
EditTicketTopPane
Receives RequestInfo class object which contains required information to edit the ticket top pane. In return it will return ResponseInfo class object which will tell whether an operation was successfull, if not it will return ErrorCode and ErrorMessage.