API/Services/PurchaseProduct

From Emersion
Revision as of 16:41, 10 September 2014 by Jlee (talk) (Created page with "===Purchase Product=== '''Purpose''' This method is used to create a product purchase on behalf of an existing client. '''Inputs''' <soapenv:Envelope xmlns:soapenv="http://...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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>