POST test checkout return XML

POST: /qcbin/rest/domains/{domain}/projects/{project}/
   tests/1/versions/check-out
Content-Type: application/xml
Accept:application/xml

Input
<CheckOutParameters>
<Comment>Test check-out with REST.</Comment>
</CheckOutParameters>
 

Return

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Entity Type="test">
    <Fields>
        <Field Name="estimate-devtime">
            <Value/>
        </Field>
        <Field Name="vc-checkin-time">
            <Value>16:41:51</Value>
        </Field>
        <Field Name="test-params">
            <Value>N</Value>
        </Field>
        <Field Name="vc-time">
            <Value>17:10:58</Value>
        </Field>
        <Field Name="base-test-id">
            <Value/>
        </Field>
        <Field Name="data">
            <Value/>
        </Field>
        <Field Name="vcs-info">
            <Value>{
EXISTINVCS:YES,
ISCHECKEDOUT:YES,
SINGLE_VER:Y,
ISLOCKED:YES,
VC_USER_NAME:sa,
VC_VERSION_NUMBER:4
}</Value>
        </Field>
        <Field Name="storage-path">
            <Value>C:\Documents and Settings\All Users\Application Data\HP\QC\repository\qc\DOMAIN_NAME_3\PROJECT_NAME\checkouts\Test_1\4Ck_Out\Test_1</Value>
        </Field>
        <Field Name="vc-start-audit-action-id">
            <Value>8</Value>
        </Field>
        <Field Name="configurations-count">
            <Value>1</Value>
        </Field>
        <Field Name="id">
            <Value>1</Value>
        </Field>
        <Field Name="vc-comments">
            <Value>Test check-out with REST.</Value>
        </Field>
        <Field Name="description">
            <Value/>
        </Field>
        <Field Name="name">
            <Value>Get Fanny stationery to write to William</Value>
        </Field>
        <Field Name="vc-status">
            <Value>Checked_Out</Value>
        </Field>
        <Field Name="dev-comments">
            <Value/>
        </Field>
        <Field Name="vc-version-number">
            <Value>4</Value>
        </Field>
        <Field Name="vc-checkin-user-name">
            <Value>sa</Value>
        </Field>
        <Field Name="creation-time">
            <Value>2010-03-09</Value>
        </Field>
        <Field Name="cover-count">
            <Value>0</Value>
        </Field>
        <Field Name="exec-date">
            <Value/>
        </Field>
        <Field Name="template">
            <Value/>
        </Field>
        <Field Name="working-mode">
            <Value/>
        </Field>
        <Field Name="last-modified">
            <Value>2010-03-09 17:10:59</Value>
        </Field>
        <Field Name="exec-time">
            <Value/>
        </Field>
        <Field Name="status">
            <Value>Design</Value>
        </Field>
        <Field Name="linkage">
            <Value>N</Value>
        </Field>
        <Field Name="step-params-data">
            <Value>Empty2</Value>
        </Field>
        <Field Name="steps">
            <Value>0</Value>
        </Field>
        <Field Name="attachment">
            <Value/>
        </Field>
        <Field Name="runtime-data">
            <Value/>
        </Field>
        <Field Name="vc-checkin-date">
            <Value>2010-03-09</Value>
        </Field>
        <Field Name="vc-end-audit-action-id">
            <Value>8</Value>
        </Field>
        <Field Name="subtype-id">
            <Value>MANUAL</Value>
        </Field>
        <Field Name="org-full-path">
            <Value>C:\Documents and Settings\All Users\Application Data\HP\QC\repository\qc\DOMAIN_NAME_3\PROJECT_NAME\tests</Value>
        </Field>
        <Field Name="vc-user-name">
            <Value>sa</Value>
        </Field>
        <Field Name="parent-id">
            <Value>1001</Value>
        </Field>
        <Field Name="exec-status">
            <Value>No Run</Value>
        </Field>
        <Field Name="test-ver-stamp">
            <Value>21</Value>
        </Field>
        <Field Name="vc-checkin-comments">
            <Value>Change comment #4</Value>
        </Field>
        <Field Name="vc-date">
            <Value>2010-03-09</Value>
        </Field>
        <Field Name="protocol-type">
            <Value/>
        </Field>
        <Field Name="owner">
            <Value>sa</Value>
        </Field>
        <Field Name="bpta-change-detected">
            <Value/>
        </Field>
        <Field Name="text-sync">
            <Value/>
        </Field>
        <Field Name="step-param">
            <Value>0</Value>
        </Field>
        <Field Name="timeout">
            <Value/>
        </Field>
    </Fields>
</Entity>