API/Services/PurchaseProduct
From Emersion
Purchase Product
Purpose This method is used to create a product purchase on behalf of an existing client.
Inputs
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ser="http://emersion.com.au/ServiceObjects"> <soapenv:Header/> <soapenv:Body> <ser:PurchaseProducts> <ser:AccountID>?</ser:AccountID> <ser:ShoppingCart> <ser:PurchaseItem> <ser:ProductID>?</ser:ProductID> <ser:Quantity>?</ser:Quantity> <ser:ExTaxPrice>?</ser:ExTaxPrice> <ser:Tax>?</ser:Tax> </ser:PurchaseItem> </ser:ShoppingCart> </ser:PurchaseProducts> </soapenv:Body> </soapenv:Envelope>