Add multiline resolution via API

Add multiline resolution via API

Hi,
i'm trying to add resolution to ticket via REST ARI, and my input xml is:

  1. <Details>
  2.       <resolution>
  3.             <resolutiontext>Test resolution</resolutiontext>
  4.       </resolution>
  5. </Details>
So, when it is only one line in xml, everything is good, but when i add something like this:

  1. <Details>
  2.       <resolution>
  3.             <resolutiontext>Test resolution
  4. Test resolution string 2
  5. Test resolution string 3
  6. </resolutiontext>
  7.       </resolution>
  8. </Details>

it's, all the same, adds in one line. What xml should i generate to add multiline resolution?

P.S. When i get resolution for this ticket through REST API, i can see multilines, but in web interface i see one line.
lang:perl
OS:ubuntu 12.04
encoding:utf-8

                  New to ADSelfService Plus?