IUCServiceOneListSave Method |
Namespace: LSOmni.Service
OneList OneListSave( OneList oneList, bool calculate )
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://lsretail.com/LSOmniService/EComm/2017/Service" xmlns:ns="http://lsretail.com/LSOmniService/Base/2017" xmlns:ns1="http://lsretail.com/LSOmniService/Loy/2017"> <soapenv:Header/> <soapenv:Body> <ser:OneListSave> <ser:oneList> <!--Empty for anonymous basket:--> <ns1:CardId>10021</ns1:CardId> <ns1:Items> <ns1:OneListItem> <ns1:Image> <ns:Id>40020</ns:Id> </ns1:Image> <ns1:ItemDescription>Skirt Linda Professional Wear</ns1:ItemDescription> <ns1:ItemId>40020</ns1:ItemId> <ns1:Quantity>2</ns1:Quantity> <ns1:VariantDescription>YELLOW/38</ns1:VariantDescription> <ns1:VariantId>002</ns1:VariantId> </ns1:OneListItem> </ns1:Items> <ns1:ListType>Basket</ns1:ListType> <ns1:Name>Tom Tomsson</ns1:Name> <ns1:StoreId>S0001</ns1:StoreId> </ser:oneList> <ser:calculate>true</ser:calculate> </ser:OneListSave> </soapenv:Body> </soapenv:Envelope>