Advertisement
jmawebtech

salesReceiptDelete

Nov 19th, 2013
447
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 2.48 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <SalesReceipt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" status="Synchronized">
  3.   <Id xmlns="http://schema.intuit.com/finance/v3">NG:2107844</Id>
  4.   <SyncToken xmlns="http://schema.intuit.com/finance/v3">2</SyncToken>
  5.   <MetaData xmlns="http://schema.intuit.com/finance/v3">
  6.     <CreateTime>2013-11-19T19:04:19Z</CreateTime>
  7.     <LastUpdatedTime>2013-11-19T19:04:24Z</LastUpdatedTime>
  8.   </MetaData>
  9.   <DocNumber xmlns="http://schema.intuit.com/finance/v3">100000001</DocNumber>
  10.   <TxnDate xmlns="http://schema.intuit.com/finance/v3">2013-11-19</TxnDate>
  11.   <ExchangeRate xmlns="http://schema.intuit.com/finance/v3">1</ExchangeRate>
  12.   <TxnStatus xmlns="http://schema.intuit.com/finance/v3">Payable</TxnStatus>
  13.   <TxnTaxDetail xmlns="http://schema.intuit.com/finance/v3">
  14.     <DefaultTaxCodeRef name="Non">QB:2</DefaultTaxCodeRef>
  15.     <TotalTax>0</TotalTax>
  16.   </TxnTaxDetail>
  17.   <CustomerRef name="Web Store" xmlns="http://schema.intuit.com/finance/v3">QB:36</CustomerRef>
  18.   <BillAddr xmlns="http://schema.intuit.com/finance/v3">
  19.     <Line1>Web Store</Line1>
  20.     <Line2>123 Main St</Line2>
  21.     <City>Watertown</City>
  22.     <Country>USA</Country>
  23.     <CountrySubDivisionCode>MA</CountrySubDivisionCode>
  24.     <PostalCode>02472</PostalCode>
  25.   </BillAddr>
  26.   <ShipAddr xmlns="http://schema.intuit.com/finance/v3">
  27.     <Line1>Web Store</Line1>
  28.     <Line2>123 Main St</Line2>
  29.     <City>Watertown</City>
  30.     <Country>USA</Country>
  31.     <CountrySubDivisionCode>MA</CountrySubDivisionCode>
  32.     <PostalCode>02472</PostalCode>
  33.   </ShipAddr>
  34.   <RemitToRef name="Web Store" xmlns="http://schema.intuit.com/finance/v3">QB:36</RemitToRef>
  35.   <DueDate xmlns="http://schema.intuit.com/finance/v3">2013-11-19</DueDate>
  36.   <ShipDate xmlns="http://schema.intuit.com/finance/v3">2013-11-19</ShipDate>
  37.   <TotalAmt xmlns="http://schema.intuit.com/finance/v3">2704.99</TotalAmt>
  38.   <TemplateRef name="Custom Sales Receipt"
  39.  
  40. xmlns="http://schema.intuit.com/finance/v3">QB:10</TemplateRef>
  41.   <PrintStatus xmlns="http://schema.intuit.com/finance/v3">NotSet</PrintStatus>
  42.   <EmailStatus xmlns="http://schema.intuit.com/finance/v3">NotSet</EmailStatus>
  43.   <Balance xmlns="http://schema.intuit.com/finance/v3">2704.99</Balance>
  44.   <PaymentMethodRef name="Check"
  45.  
  46. xmlns="http://schema.intuit.com/finance/v3">QB:2</PaymentMethodRef>
  47.   <DepositToAccountRef name="Business"
  48.  
  49. xmlns="http://schema.intuit.com/finance/v3">QB:39</DepositToAccountRef>
  50. </SalesReceipt>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement