Re: [otrs] Generic REST Interface TicketUpdate function with python

2014-11-28 Thread Michael Ablassmeier
Am 11/27/2014 10:50 AM, schrieb Michael Ablassmeier: ) url = 'http://myotrs/otrs/nph-genericinterface.pl/Webservice/Test/TicketUpdate/10017' r = requests.post(url, params=ticketdata) print r.content cause of the issue was that i passed the data with params= and not with d

[otrs] Generic REST Interface TicketUpdate function with python

2014-11-27 Thread Michael Ablassmeier
=> 'POST', 'TicketID' => '10017', 'UserLogin' => 'username' }; Incoming data after mapping (2014-11-27 10:41:34, debug) $VAR1 = { 'Data' => 'Ticket', 'Password' => 'username', 'RequestM