Calculate sales tax request

<?xml version="1.0" encoding="UTF-8"?> <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Body> <calculateSalesTax xmlns="http://soap.vindicia.com/v21_0/Transaction"> <auth xmlns=""> <version>21.0</version> <login>gci_migr9_soap</login> <password>XXXXXXXXXXXX</password> </auth> <srd xmlns="" xsi:nil="true"/> <transaction xmlns="" xmlns:ns1="http://soap.vindicia.com/v21_0/Vindicia" xsi:type="ns1:Transaction"> <currency xsi:type="xsd:string">USD</currency> <merchantTransactionId xsi:type="xsd:string">vin_test_txid_1548359745732</merchantTransactionId> <account xsi:type="ns1:Account"> <merchantAccountId xsi:type="xsd:string">123456789</merchantAccountId> </account> <shippingAddress xsi:type="ns1:Address"> <name xsi:type="xsd:string">Vin Tester</name> <addr1 xsi:type="xsd:string">268 WADSWORTH PT</addr1> <city xsi:type="xsd:string">MAYSVILLE</city> <district xsi:type="xsd:string">KY</district> <postalCode xsi:type="xsd:string">41056</postalCode> <country xsi:type="xsd:string">US</country> </shippingAddress> <transactionItems xsi:type="ns1:TransactionItem"> <sku xsi:type="xsd:string">ott-aybs-ep-200</sku> <name xsi:type="xsd:string">Are you being served - Episode 200</name> <price xsi:type="xsd:decimal">10</price> <quantity xsi:type="xsd:decimal">1</quantity> </transactionItems> </transaction> </calculateSalesTax> </soapenv:Body> </soapenv:Envelope>

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.