<div dir="ltr">I have problems creating quotes via web service on vTiger 7.3<div>productid is a required field, which does not make sense to me, since I want to add multiple products to the quote - I would expect a field with Line items here or something similar.</div><div><br></div><div>Anyway, even when adding the productid property a quote is not created. Instead I get an empty 200 response.</div><div><br></div><div><div>What am I missing here?</div><div><br></div><div>This is the element I am passing:</div><div><br></div><div>$quote = array(<br>      'subject' => 'Subject 1234',<br>      'quotestage' => 'Created',<br>      'account_id' => '11x43',<br>      'contact_id' => '12x37',<br>      'assigned_user_id' => '19x1',<br>      'bill_street' => 'Bill street',<br>      'ship_street' => 'Bill street',<br>      'productid' => '14x39',<br>);<br clear="all"><div><br></div><div>Kind regards,</div><div>Chris</div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"></div></div></div></div></div></div></div></div></div></div></div></div></div>