UpdateTicketCloses the ticket for the submitted MonitorTicketID. A single record of the following fields is returned.
Currently, the only supported update to a ticket is closing the ticket. That is, to set the ticket's Status field to the value that represents the system's 'Closed' state (3). The data structure is designed to accept an array of fields, organized in name / value pairs to provide for future extensions of this method. The example below closes a ticket with an ID of 1. <UpdateTicketRequest> <TicketID>1</TicketID> <TicketFields> <TicketField> <Name>Status</Name> <Value>3</Value> </TicketField> </TicketFields> <SessionID>13642146236194247244181221</SessionID> </UpdateTicketRequest> | |||||||||||||||
Topic 3467: Send Feedback. Download a PDF of this online book from the first topic in the table of contents. |