Hello,
we are generating  tickets utilizing soap and we would like automatically
set watcher for certain type of tickets on designated agents. I looked
around and found this reference in API manual:
TicketWatchSubscribe()

to subscribe a ticket to watch it

   my $Success = $TicketObject->TicketWatchSubscribe(
       TicketID    => 111,
       WatchUserID => 123,
       UserID      => 123,
   );

I understand how this works, but I cant figure out how to call this through
soap. Any suggestions?


WIth regards

Branislav Brna
---------------------------------------------------------------------
OTRS mailing list: otrs - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/otrs
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/otrs

Reply via email to