Assuming createquote is required, the following result was found.
m_LineItem.put("product_description","My Test Description"); l_CrmLineItems.add(m_LineItem); // m_CreateQuote = Map(); m_CreateQuote.put("Subject","My Test Quote"); m_CreateQuote.put("Product_Details",l_CrmLineItems); Which when converted and sent in...