Add Record in Quotes

Add Record in Quotes

Hi. . I can not create an entry in Quotes. The problem in the section of "Product Details " in Module Quotes . Either this section blank , or an error.
For example :
______ mp = zoho.crm.getRecordById("Quotes",1402978000000223001);
______ mp.put("QuoteID","");
______ resp = zoho.crm.create("Quotes",mp);

______ "Product Details " - empty.

Or
mp=map();
mProd1=map();
mp.put("Subject","Тест4");
mProd1={ "Product Details" : { "Product Id" : "1402978000000087066", "Product Name" : "Кухня jivo"} };
mp.put(mProd1);
resp = zoho.crm.create("Quotes",mp);

OR
mp = {
    "Subject" : "ntcn4",
    "Account Name" : "тестКонтр",
    "ACCOUNTID" : "1402978000000212007",
    "Product Details" : "[{    Product Id=1402978000000083164, Product Name=Кухня Scenery, Quantity=1.0, List Price=12000.0, Unit Price=12000.0, Total After Discount=12000.0, Quantity in Stock=0.0, Tax=0.0, Net Total=12000.0, Discount=0.0, Total=12000.0}]",
    "Discount" : "0",
    "Sub Total" : "12000",
    "Adjustment" : "0",
    "Currency" : "EUR"
};
resp = zoho.crm.create("Quotes", mp);

Error
while adding records
.

What should I do? How do I add products to the section "Product Details"