Quote : Mandatory field issue
Hi,
I have checked, mandatory fields to insertQuote is:
Subject., Account Name, Product Name, Quantity, Unit Price and List Price.
I have included all the fields though i am getting following error:
<?xml version="1.0" encoding="UTF-8" ?> <response uri="/crm/private/xml/Quotes/insertRecords"><error><code>4401</code><message>Unable to populate data, please check if mandatory value is entered correctly.</message></error></response>
My parameters are as below:
newFormat=1&authtoken=[auth_token-original value removed from here]&scope=crmapi&xmlData=<Quotes>
<row no="1"> <FL val="Subject">Kunjan Shah Quote - 1</FL> <FL val="ACCOUNTID">[originalvalueremoved]</FL> <FL val="Account Name">No Company</FL> <FL val="Due Date">2012-03-22</FL> <FL val="Sub Total">3149.89</FL>
<FL val="Tax">0.0</FL> <FL val="Adjustment">0.0</FL> <FL val="Grand Total">3149.89</FL><FL val="Product Details"> <product no="1"> <FL val="Product Id">16</FL> <FL val="Product Name">Nokia 2610 Phone</FL>
<FL val="Unit Price">149.9900</FL> <FL val="Quantity">11</FL> <FL val="Total">1649.89</FL> <FL val="Discount">0</FL> <FL val="List Price">20.0000</FL> </product>
<product no="2"> <FL val="Product Id">166</FL> <FL val="Product Name">HTC Touch Diamond</FL> <FL val="Unit Price">750.0000</FL> <FL val="Quantity">2</FL> <FL val="Total">1500</FL>
<FL val="Discount">0</FL> <FL val="List Price">750.0000</FL> </product> </FL></row> </Quotes>
And i am using this url: https://crm.zoho.com/crm/private/xml/Quotes/insertRecords
So can someone from support will help me to solve this error?