NSQuoteEntity CreateAndSaveQuote(Integer saleId, Integer connectionId, String firstAlternativeName)
NSQuoteEntity CreateAndSaveQuoteFromSale(Integer copyFromSaleId, Integer copyToSaleId)
The quote is copied with its products and alternatives.The sale you copy the quote from must have the same currency as the sale you are copying it to.